Package org.jacop.fz
Interface ParserConstants
-
- All Known Implementing Classes:
Parser
,ParserTokenManager
public interface ParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ARRAY
RegularExpression Id.static int
ASGN
RegularExpression Id.static int
BOOL
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COLONCOLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
CONSTRAINT
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DOTDOT
RegularExpression Id.static int
EOF
End of File.static int
FALSE
RegularExpression Id.static int
FLOAT
RegularExpression Id.static int
FLOAT_LITERAL
RegularExpression Id.static int
IDENT
RegularExpression Id.static int
INT
RegularExpression Id.static int
INT_LITERAL
RegularExpression Id.static int
LB
RegularExpression Id.static int
LBOX
RegularExpression Id.static int
LP
RegularExpression Id.static int
MAXIMIZE
RegularExpression Id.static int
MINIMIZE
RegularExpression Id.static int
OF
RegularExpression Id.static int
OUTPUT
RegularExpression Id.static int
PREDICATE
RegularExpression Id.static int
RB
RegularExpression Id.static int
RBOX
RegularExpression Id.static int
RP
RegularExpression Id.static int
SATISFY
RegularExpression Id.static int
SC
RegularExpression Id.static int
SET
RegularExpression Id.static int
SHOW
RegularExpression Id.static int
SHOW_COND
RegularExpression Id.static int
SINGLE_LINE_COMMENT
RegularExpression Id.static int
SOLVE
RegularExpression Id.static int
STRING_LITERAL
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TRUE
RegularExpression Id.static int
VAR
RegularExpression 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.
-
-