WhitespaceMap

org.nlogo.parse.WhitespaceMap
See theWhitespaceMap companion object

Attributes

Companion
object
Source
WhiteSpace.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala
def addWhitespace(path: AstPath, placement: Placement, s: String): WhitespaceMap

Attributes

Source
WhiteSpace.scala
def backMargin(path: AstPath): String

Attributes

Source
WhiteSpace.scala
def contains(path: AstPath, placement: Placement): Boolean

Attributes

Source
WhiteSpace.scala
def content(path: AstPath): String

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala
def frontMargin(path: AstPath): String

Attributes

Source
WhiteSpace.scala
def get(path: AstPath, placement: Placement): Option[String]

Attributes

Source
WhiteSpace.scala
def getOrDefault(path: AstPath, placement: Placement): String

Attributes

Source
WhiteSpace.scala
def leading(path: AstPath): String

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala

Attributes

Source
WhiteSpace.scala
def trailing(path: AstPath): String

Attributes

Source
WhiteSpace.scala
def updated(path: AstPath, placement: Placement, s: String): WhitespaceMap

Attributes

Source
WhiteSpace.scala