Class SimpleNode

Object
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 Details

    • parent

      protected Node parent
    • children

      protected Node[] children
    • id

      protected int id
    • parser

      protected CQL2Parser parser
    • token

      protected Token token
  • Constructor Details

    • SimpleNode

      public SimpleNode(int i)
    • SimpleNode

      public SimpleNode(CQL2Parser p, int i)
  • Method Details