c

org.nlogo.nvm

CompilerResults

case class CompilerResults(procedures: Seq[Procedure], program: Program) extends Product with Serializable

Source
CompilerResults.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CompilerResults
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CompilerResults(proceduresMap: ListMap[String, Procedure], program: Program)
  2. new CompilerResults(procedures: Seq[Procedure], program: Program)

Value Members

  1. def head: Procedure
  2. val procedures: Seq[Procedure]
  3. def proceduresMap: ListMap[String, Procedure]
  4. val program: Program