Packages

o

org.nlogo.core

StructureDeclarations

object StructureDeclarations

Source
StructureDeclarations.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructureDeclarations
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Breed (plural: Identifier, singular: Identifier, isLinkBreed: Boolean = false, isDirected: Boolean = false) extends Declaration with Product with Serializable
  2. sealed trait Declaration extends AnyRef
  3. case class Extensions (token: Token, names: Seq[Identifier]) extends Declaration with Product with Serializable
  4. case class Identifier (name: String, token: Token) extends Product with Serializable
  5. case class Includes (token: Token, names: Seq[Token]) extends Declaration with Product with Serializable
  6. case class Procedure (name: Identifier, isReporter: Boolean, inputs: Seq[Identifier], tokens: Seq[Token]) extends Declaration with Product with Serializable
  7. case class Variables (kind: Identifier, names: Seq[Identifier]) extends Declaration with Product with Serializable