Token

org.nlogo.core.Token
See theToken companion object
case class Token(text: String, tpe: TokenType, value: AnyRef)(sourceLocation: SourceLocation) extends SourceLocatable

Attributes

Companion
object
Source
Token.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def copy(text: String, tpe: TokenType, value: AnyRef)(sourceLocation: SourceLocation): Token

Attributes

Source
Token.scala
def refine(newPrim: Instruction, text: String, tpe: TokenType): Token

Attributes

Source
Token.scala

Inherited methods

def end: Int

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
def start: Int

Attributes

Inherited from:
SourceLocatable
Source
SourceLocation.scala

Concrete fields

Attributes

Source
Token.scala