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

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

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy