SymbolType

org.nlogo.parse.SymbolType
See theSymbolType companion trait
object SymbolType

Attributes

Companion
trait
Source
SymbolType.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
SymbolType.type

Members list

Type members

Classlikes

case object BreedCommand extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object BreedReporter extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case class BreedVariable(breedName: String) extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
case object GlobalVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object LambdaVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object LinkBreed extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
LinkBreed.type
case object LinkBreedSingular extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case class LinkBreedVariable(breedName: String) extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
case object LinkVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case class LocalVariable(let: Let) extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
case object PatchVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object PrimitiveCommand extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object PrimitiveReporter extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object ProcedureSymbol extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object ProcedureVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type

Attributes

Source
SymbolType.scala
Supertypes
trait Equiv[SymbolType]
trait Serializable
trait Comparator[SymbolType]
class Object
trait Matchable
class Any
Show all
Self type
case object TurtleBreed extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object TurtleBreedSingular extends SymbolType

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
case object TurtleVariable extends SymbolType, Variable

Attributes

Source
SymbolType.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Variable
trait SymbolType
class Object
trait Matchable
class Any
Show all
Self type
trait Variable

Attributes

Source
SymbolType.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def alreadyDefinedException(symType: SymbolType, t: Token): Nothing

Attributes

Source
SymbolType.scala
def typeName(symbolType: SymbolType): String

Attributes

Source
SymbolType.scala