org.nlogo.parse.WhiteSpace
See theWhiteSpace companion class
object WhiteSpace
Attributes
- Companion
- class
- Source
- WhiteSpace.scala
- Graph
-
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
WhiteSpace.type
Members list
Type members
Classlikes
case object BackMargin extends Placement
Attributes
- Source
- WhiteSpace.scala
- Supertypes
- Self type
-
BackMargin.type
Attributes
- Source
- WhiteSpace.scala
- Supertypes
- Self type
-
Content.type
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
- Supertypes
object Context
Attributes
- Companion
- class
- Source
- WhiteSpace.scala
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Context.type
case object FrontMargin extends Placement
Attributes
- Source
- WhiteSpace.scala
- Supertypes
- Self type
-
FrontMargin.type
Attributes
- Source
- WhiteSpace.scala
- Supertypes
- Self type
-
Leading.type
Attributes
- Source
- WhiteSpace.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
case class ProcedureWhiteSpace(leading: String, internal: Map[AstPath, WhiteSpace], trailing: String)
Attributes
- Source
- WhiteSpace.scala
- Supertypes
class Tracker(getSource: String => String, tokenizer: TokenizerInterface) extends PositionalAstFolder[Context]
Attributes
- Source
- WhiteSpace.scala
- Supertypes
Inherited and Abstract types
The names of the product elements
The name of the type
In this article