Context

org.nlogo.parse.WhiteSpace.Context
See theContext companion object
case class Context(whitespaceLog: WhitespaceMap, lastToken: Option[Token], tokenIterators: Map[String, BufferedIterator[Token]], lastPosition: Option[(AstPath, SourceLocation)], isAnonymousProcedureBlock: Boolean)

Attributes

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

Members list

Value members

Concrete methods

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala
def addWhitespace(path: AstPath, placement: Placement, newWhiteSpace: String): Context

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala
def seq(fs: Context => Context*): Context

Attributes

Source
WhiteSpace.scala
def through[A](f: Context => (A, Context), g: A => Context => Context): Context

Attributes

Source
WhiteSpace.scala
def updatePosition(path: AstPath, location: SourceLocation): Context

Attributes

Source
WhiteSpace.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Concrete fields