Class ASTLiteral

  • All Implemented Interfaces:
    Node

    public class ASTLiteral
    extends SimpleNode
    • Constructor Detail

      • ASTLiteral

        public ASTLiteral​(int id)
      • ASTLiteral

        public ASTLiteral​(JCRSQLParser p,
                          int id)
    • Method Detail

      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getType

        public int getType()
      • setType

        public void setType​(int type)