TokenType

org.nlogo.core.TokenType
See theTokenType companion trait
object TokenType

Attributes

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

Members list

Type members

Classlikes

case object Bad extends TokenType

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

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