Class SimpleNode

  • All Implemented Interfaces:
    Node

    public class SimpleNode
    extends Object
    implements Node
    Redefines SimpleNode to allow access to additional information to the CQLCompiler Note: set the option BUILD_NODE_FILES=false to avoid that javacc generates a new SimpleNode.
    Since:
    Author:
    Mauricio Pazos (Axios Engineering)
    • Field Detail

      • parent

        protected Node parent
      • children

        protected Node[] children
      • id

        protected int id
      • token

        protected Token token
    • Constructor Detail

      • SimpleNode

        public SimpleNode​(int i)
      • SimpleNode

        public SimpleNode​(CQLParser p,
                          int i)