Class ReferenceNode
Represents an reference node in the syntax tree.
-
Constructor Summary
Constructors
Creates a new ReferenceNode
from Reference
.
-
Method Summary
Gets the reference of this node.
final void
Sets the reference of this node.
-
Constructor Details
-
ReferenceNode
Creates a new ReferenceNode
from Reference
.
- Parameters:
reference
- The reference.
-
Method Details
-
getReference
Gets the reference of this node.
-
setReference
public final void setReference(Reference value)
Sets the reference of this node.