Package net.sf.tweety.lp.asp.parser
Interface ASPCore2ParserConstants
-
- All Known Implementing Classes:
ASPCore2Parser
,ASPCore2ParserTokenManager
public interface ASPCore2ParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
AGGREGATE_COUNT
RegularExpression Id.static int
AGGREGATE_MAX
RegularExpression Id.static int
AGGREGATE_MIN
RegularExpression Id.static int
AGGREGATE_SUM
RegularExpression Id.static int
ANONYMOUS_VARIABLE
RegularExpression Id.static int
AT
RegularExpression Id.static int
CLINGO_SHOW
RegularExpression Id.static int
COLON
RegularExpression Id.static int
COMMA
RegularExpression Id.static int
COMMENT
RegularExpression Id.static int
CONS
RegularExpression Id.static int
CURLY_CLOSE
RegularExpression Id.static int
CURLY_OPEN
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIV
RegularExpression Id.static int
DOT
RegularExpression Id.static int
EOF
End of File.static int
EQUAL
RegularExpression Id.static int
GREATER
RegularExpression Id.static int
GREATER_OR_EQ
RegularExpression Id.static int
ID
RegularExpression Id.static int
LESS
RegularExpression Id.static int
LESS_OR_EQ
RegularExpression Id.static int
MAXIMIZE
RegularExpression Id.static int
MINIMIZE
RegularExpression Id.static int
MINUS
RegularExpression Id.static int
MULTI_LINE_COMMENT
RegularExpression Id.static int
NAF
RegularExpression Id.static int
NUMBER
RegularExpression Id.static int
OR
RegularExpression Id.static int
PAREN_CLOSE
RegularExpression Id.static int
PAREN_OPEN
RegularExpression Id.static int
PLUS
RegularExpression Id.static int
QUERY_MARK
RegularExpression Id.static int
SEMICOLON
RegularExpression Id.static int
SQUARE_CLOSE
RegularExpression Id.static int
SQUARE_OPEN
RegularExpression Id.static int
STRING
RegularExpression Id.static int
TIMES
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
UNEQUAL
RegularExpression Id.static int
VARIABLE
RegularExpression Id.static int
WCONS
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
MULTI_LINE_COMMENT
static final int MULTI_LINE_COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
NAF
static final int NAF
RegularExpression Id.- See Also:
- Constant Field Values
-
ID
static final int ID
RegularExpression Id.- See Also:
- Constant Field Values
-
VARIABLE
static final int VARIABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
STRING
static final int STRING
RegularExpression Id.- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
RegularExpression Id.- See Also:
- Constant Field Values
-
ANONYMOUS_VARIABLE
static final int ANONYMOUS_VARIABLE
RegularExpression Id.- See Also:
- Constant Field Values
-
DOT
static final int DOT
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
RegularExpression Id.- See Also:
- Constant Field Values
-
QUERY_MARK
static final int QUERY_MARK
RegularExpression Id.- See Also:
- Constant Field Values
-
COLON
static final int COLON
RegularExpression Id.- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
RegularExpression Id.- See Also:
- Constant Field Values
-
OR
static final int OR
RegularExpression Id.- See Also:
- Constant Field Values
-
CONS
static final int CONS
RegularExpression Id.- See Also:
- Constant Field Values
-
WCONS
static final int WCONS
RegularExpression Id.- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
RegularExpression Id.- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
RegularExpression Id.- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
RegularExpression Id.- See Also:
- Constant Field Values
-
DIV
static final int DIV
RegularExpression Id.- See Also:
- Constant Field Values
-
AT
static final int AT
RegularExpression Id.- See Also:
- Constant Field Values
-
PAREN_OPEN
static final int PAREN_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
PAREN_CLOSE
static final int PAREN_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
SQUARE_OPEN
static final int SQUARE_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
SQUARE_CLOSE
static final int SQUARE_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
CURLY_OPEN
static final int CURLY_OPEN
RegularExpression Id.- See Also:
- Constant Field Values
-
CURLY_CLOSE
static final int CURLY_CLOSE
RegularExpression Id.- See Also:
- Constant Field Values
-
EQUAL
static final int EQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
UNEQUAL
static final int UNEQUAL
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS
static final int LESS
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER
static final int GREATER
RegularExpression Id.- See Also:
- Constant Field Values
-
LESS_OR_EQ
static final int LESS_OR_EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
GREATER_OR_EQ
static final int GREATER_OR_EQ
RegularExpression Id.- See Also:
- Constant Field Values
-
AGGREGATE_COUNT
static final int AGGREGATE_COUNT
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
-
AGGREGATE_MAX
static final int AGGREGATE_MAX
RegularExpression Id.- See Also:
- Constant Field Values
-
AGGREGATE_MIN
static final int AGGREGATE_MIN
RegularExpression Id.- See Also:
- Constant Field Values
-
AGGREGATE_SUM
static final int AGGREGATE_SUM
RegularExpression Id.- See Also:
- Constant Field Values
-
CLINGO_SHOW
static final int CLINGO_SHOW
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.
-
-