AstEdit

org.nlogo.parse.AstEdit
case class AstEdit(operations: Map[AstPath, Operation], wsMap: WhitespaceMap)

Attributes

Source
AstEdit.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addOperation(position: AstPath, op: Operation): AstEdit

Attributes

Source
AstEdit.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product