AstPath

org.nlogo.parse.AstPath
See theAstPath companion object
case class AstPath(components: Component*)

Attributes

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

Members list

Value members

Concrete methods

def ../: AstPath

Attributes

Source
AstPath.scala
def /(c: Component): AstPath

Attributes

Source
AstPath.scala
def isParentOf(other: AstPath): Boolean

Attributes

Source
AstPath.scala

Attributes

Source
AstPath.scala
def repath(fromRoot: AstPath, toRoot: AstPath): AstPath

Attributes

Source
AstPath.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
Source
AstPath.scala
def traverse(astNode: AstNode): Option[AstNode]

Attributes

Source
AstPath.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product