[]
        
(Showing Draft Content)

ReferenceNode

Class ReferenceNode


public class ReferenceNode extends TerminalNode
Represents an reference node in the syntax tree.
  • Constructor Details

    • ReferenceNode

      public ReferenceNode(Reference reference)
      Creates a new ReferenceNode from Reference.
      Parameters:
      reference - The reference.
  • Method Details

    • getReference

      public final Reference getReference()
      Gets the reference of this node.
    • setReference

      public final void setReference(Reference value)
      Sets the reference of this node.