Package org.jacop.fz
Interface ParserConstants
-
- All Known Implementing Classes:
Parser,ParserTokenManager
public interface ParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intARRAYRegularExpression Id.static intASGNRegularExpression Id.static intBOOLRegularExpression Id.static intCOLONRegularExpression Id.static intCOLONCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCONSTRAINTRegularExpression Id.static intDEFAULTLexical state.static intDOTDOTRegularExpression Id.static intEOFEnd of File.static intFALSERegularExpression Id.static intFLOATRegularExpression Id.static intFLOAT_LITERALRegularExpression Id.static intIDENTRegularExpression Id.static intINTRegularExpression Id.static intINT_LITERALRegularExpression Id.static intLBRegularExpression Id.static intLBOXRegularExpression Id.static intLPRegularExpression Id.static intMAXIMIZERegularExpression Id.static intMINIMIZERegularExpression Id.static intOFRegularExpression Id.static intOUTPUTRegularExpression Id.static intPREDICATERegularExpression Id.static intRBRegularExpression Id.static intRBOXRegularExpression Id.static intRPRegularExpression Id.static intSATISFYRegularExpression Id.static intSCRegularExpression Id.static intSETRegularExpression Id.static intSHOWRegularExpression Id.static intSHOW_CONDRegularExpression Id.static intSINGLE_LINE_COMMENTRegularExpression Id.static intSOLVERegularExpression Id.static intSTRING_LITERALRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTRUERegularExpression Id.static intVARRegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
SINGLE_LINE_COMMENT
static final int SINGLE_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING_LITERAL
static final int STRING_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
INT_LITERAL
static final int INT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT_LITERAL
static final int FLOAT_LITERAL
RegularExpression Id.- See Also:
- Constant Field Values
-
SC
static final int SC
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
LP
static final int LP
RegularExpression Id.- See Also:
- Constant Field Values
-
RP
static final int RP
RegularExpression Id.- See Also:
- Constant Field Values
-
LBOX
static final int LBOX
RegularExpression Id.- See Also:
- Constant Field Values
-
RBOX
static final int RBOX
RegularExpression Id.- See Also:
- Constant Field Values
-
LB
static final int LB
RegularExpression Id.- See Also:
- Constant Field Values
-
RB
static final int RB
RegularExpression Id.- See Also:
- Constant Field Values
-
ASGN
static final int ASGN
RegularExpression Id.- See Also:
- Constant Field Values
-
ARRAY
static final int ARRAY
RegularExpression Id.- See Also:
- Constant Field Values
-
BOOL
static final int BOOL
RegularExpression Id.- See Also:
- Constant Field Values
-
CONSTRAINT
static final int CONSTRAINT
RegularExpression Id.- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
RegularExpression Id.- See Also:
- Constant Field Values
-
FLOAT
static final int FLOAT
RegularExpression Id.- See Also:
- Constant Field Values
-
INT
static final int INT
RegularExpression Id.- See Also:
- Constant Field Values
-
MINIMIZE
static final int MINIMIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
MAXIMIZE
static final int MAXIMIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
OF
static final int OF
RegularExpression Id.- See Also:
- Constant Field Values
-
OUTPUT
static final int OUTPUT
RegularExpression Id.- See Also:
- Constant Field Values
-
PREDICATE
static final int PREDICATE
RegularExpression Id.- See Also:
- Constant Field Values
-
SATISFY
static final int SATISFY
RegularExpression Id.- See Also:
- Constant Field Values
-
SET
static final int SET
RegularExpression Id.- See Also:
- Constant Field Values
-
SHOW
static final int SHOW
RegularExpression Id.- See Also:
- Constant Field Values
-
SHOW_COND
static final int SHOW_COND
RegularExpression Id.- See Also:
- Constant Field Values
-
SOLVE
static final int SOLVE
RegularExpression Id.- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
RegularExpression Id.- See Also:
- Constant Field Values
-
VAR
static final int VAR
RegularExpression Id.- See Also:
- Constant Field Values
-
DOTDOT
static final int DOTDOT
RegularExpression Id.- See Also:
- Constant Field Values
-
COLONCOLON
static final int COLONCOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
IDENT
static final int IDENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-