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

org.xbib.cql.CQLTokens Maven / Gradle / Ivy

There is a newer version: 1.1.1
Show newest version
// Output created by jacc 2.1.0
package org.xbib.cql;

interface CQLTokens {
    int ENDINPUT = 0;
    int AND = 1;
    int EQ = 2;
    int EXACT = 3;
    int FLOAT = 4;
    int GE = 5;
    int GT = 6;
    int INTEGER = 7;
    int LE = 8;
    int LPAR = 9;
    int LT = 10;
    int NAMEDCOMPARITORS = 11;
    int NE = 12;
    int NL = 13;
    int NOT = 14;
    int OR = 15;
    int PROX = 16;
    int QUOTEDSTRING = 17;
    int RPAR = 18;
    int SIMPLESTRING = 19;
    int SLASH = 20;
    int SORTBY = 21;
    int error = 22;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy