All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arcadedb.query.sql.parser.ParseExpression Maven / Gradle / Ivy

There is a newer version: 24.11.1
Show newest version
/* Generated By:JJTree: Do not edit this line. ParseExpression.java Version 7.0 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */
package com.arcadedb.query.sql.parser;

public class ParseExpression extends SimpleNode {
  public ParseExpression(int id) {
    super(id);
  }
}
/* JavaCC - OriginalChecksum=05ab3488725894e5e4e7400a75f98dfa (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy