Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Returns a deep copy of the sub tree rooted in node
. If order
is set, then the order
and argumentIndex
fields of the new root node are set to order
. If replacementNode
is set, then this replaces node
in the new copy.
Returns a deep copy of the sub tree rooted in node
. If order
is set, then the order
and argumentIndex
fields of the new root node are set to order
. If replacementNode
is set, then this replaces node
in the new copy.
Attributes
AST that results when adding other
as a child to this AST. other
is connected to this AST's root node.
AST that results when adding other
as a child to this AST. other
is connected to this AST's root node.
Attributes
AST that results when adding all ASTs in asts
as children, that is, connecting them to the root node of this AST.
AST that results when adding all ASTs in asts
as children, that is, connecting them to the root node of this AST.
Attributes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product