DoubleBracePairMatcher

org.nlogo.lex.TokenLexer.DoubleBracePairMatcher

Attributes

Source
TokenLexer.scala
Graph
Supertypes
trait Char => LexStates
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(c: Char): LexStates

Attributes

Source
TokenLexer.scala

Inherited methods

def andThen[A](g: LexStates => A): Char => A

Attributes

Inherited from:
Function1
def compose[A](g: A => Char): A => LexStates

Attributes

Inherited from:
Function1
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function1 -> Any
Inherited from:
Function1

Concrete fields

Attributes

Source
TokenLexer.scala

Attributes

Source
TokenLexer.scala
var nesting: Int

Attributes

Source
TokenLexer.scala