Package org.eolang.opeo.ast
Class Reference
- java.lang.Object
-
- org.eolang.opeo.ast.Reference
-
-
Constructor Summary
Constructors Constructor Description Reference()
Constructor.Reference(AtomicReference<AstNode> ref)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
link(AstNode node)
Link this reference with the given object.String
print()
Print ast node and all it's children.Iterable<org.xembly.Directive>
toXmir()
Convert node to XMIR.
-
-
-
Constructor Detail
-
Reference
public Reference()
Constructor.
-
Reference
public Reference(AtomicReference<AstNode> ref)
Constructor.- Parameters:
ref
- Object reference.
-
-