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
Members list
Value members
Concrete methods
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Attributes
- Source
- WhiteSpace.scala
Concrete fields
Attributes
- Source
- WhiteSpace.scala
In this article