Class ASTPtAssignmentNode

    • Constructor Detail

      • ASTPtAssignmentNode

        public ASTPtAssignmentNode​(int id)
      • ASTPtAssignmentNode

        public ASTPtAssignmentNode​(PtParser p,
                                   int id)
    • Method Detail

      • getAssignment

        public java.lang.String getAssignment()
      • getIdentifier

        public java.lang.String getIdentifier()
      • jjtClose

        public void jjtClose()
        Description copied from interface: Node
        This method is called after all the child nodes have been added.
        Specified by:
        jjtClose in interface Node
        Overrides:
        jjtClose in class ASTPtRootNode