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

com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc.SemanticTokenTypes Maven / Gradle / Ivy

There is a newer version: 6.2024.6
Show newest version
// $ANTLR 2.7.7 (20060906): "Semantic.g" -> "Semantic.java"$

    package com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc;

    import java.util.Locale;
    import java.util.ResourceBundle;
    import java.util.Collection;

    import org.glassfish.persistence.common.I18NHelper;

    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.TypeTable;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.Type;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.ClassType;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.FieldInfo;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.NumericType;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.type.NumericWrapperClassType;

    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.SymbolTable;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.Definition;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.TypeName;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.Variable;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.Parameter;
    import com.sun.jdo.spi.persistence.support.sqlstore.query.util.scope.Field;

public interface SemanticTokenTypes {
	int EOF = 1;
	int NULL_TREE_LOOKAHEAD = 3;
	int IMPORT = 4;
	int THIS = 5;
	int ASCENDING = 6;
	int DESCENDING = 7;
	int DISTINCT = 8;
	int BOOLEAN = 9;
	int BYTE = 10;
	int CHAR = 11;
	int SHORT = 12;
	int INT = 13;
	int FLOAT = 14;
	int LONG = 15;
	int DOUBLE = 16;
	int NULL = 17;
	int TRUE = 18;
	int FALSE = 19;
	int AVG = 20;
	int MAX = 21;
	int MIN = 22;
	int SUM = 23;
	int COUNT = 24;
	int LPAREN = 25;
	int RPAREN = 26;
	int COMMA = 27;
	int EQUAL = 28;
	int LNOT = 29;
	int BNOT = 30;
	int NOT_EQUAL = 31;
	int DIV = 32;
	int PLUS = 33;
	int MINUS = 34;
	int STAR = 35;
	int MOD = 36;
	int GE = 37;
	int GT = 38;
	int LE = 39;
	int LT = 40;
	int BXOR = 41;
	int BOR = 42;
	int OR = 43;
	int BAND = 44;
	int AND = 45;
	int SEMI = 46;
	int WS = 47;
	int NEWLINE = 48;
	int CHAR_LITERAL = 49;
	int STRING_LITERAL = 50;
	int ESC = 51;
	int HEX_DIGIT = 52;
	int INT_LITERAL = 53;
	int EXPONENT = 54;
	int FLOATINGPOINT_SUFFIX = 55;
	int IDENT = 56;
	int UNICODE_ESCAPE = 57;
	int QUERY = 58;
	int CLASS_DEF = 59;
	int IMPORT_DEF = 60;
	int PARAMETER_DEF = 61;
	int VARIABLE_DEF = 62;
	int ORDERING_DEF = 63;
	int FILTER_DEF = 64;
	int ARG_LIST = 65;
	int UNARY_MINUS = 66;
	int UNARY_PLUS = 67;
	int TYPECAST = 68;
	int OBJECT_EQUAL = 69;
	int OBJECT_NOT_EQUAL = 70;
	int COLLECTION_EQUAL = 71;
	int COLLECTION_NOT_EQUAL = 72;
	int CONCAT = 73;
	int FIELD_ACCESS = 74;
	int STATIC_FIELD_ACCESS = 75;
	int CONTAINS = 76;
	int NOT_CONTAINS = 77;
	int NAVIGATION = 78;
	int STARTS_WITH = 79;
	int ENDS_WITH = 80;
	int IS_EMPTY = 81;
	int VARIABLE = 82;
	int PARAMETER = 83;
	int TYPENAME = 84;
	int VALUE = 85;
	int RESULT_DEF = 86;
	int LIKE = 87;
	int SUBSTRING = 88;
	int INDEXOF = 89;
	int LENGTH = 90;
	int ABS = 91;
	int SQRT = 92;
	int NOT_IN = 93;
	int DOT = 94;
	int LONG_LITERAL = 95;
	int FLOAT_LITERAL = 96;
	int DOUBLE_LITERAL = 97;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy