Package net.sf.tweety.lp.asp.parser
Interface ASPCore2Constants
-
public interface ASPCore2ConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intAGGREGATE_COUNTRegularExpression Id.static intAGGREGATE_MAXRegularExpression Id.static intAGGREGATE_MINRegularExpression Id.static intAGGREGATE_SUMRegularExpression Id.static intANONYMOUS_VARIABLERegularExpression Id.static intATRegularExpression Id.static intCOLONRegularExpression Id.static intCOMMARegularExpression Id.static intCOMMENTRegularExpression Id.static intCONSRegularExpression Id.static intCURLY_CLOSERegularExpression Id.static intCURLY_OPENRegularExpression Id.static intDEFAULTLexical state.static intDIVRegularExpression Id.static intDOTRegularExpression Id.static intEOFEnd of File.static intEQUALRegularExpression Id.static intGREATERRegularExpression Id.static intGREATER_OR_EQRegularExpression Id.static intIDRegularExpression Id.static intLESSRegularExpression Id.static intLESS_OR_EQRegularExpression Id.static intMAXIMIZERegularExpression Id.static intMINIMIZERegularExpression Id.static intMINUSRegularExpression Id.static intMULTI_LINE_COMMENTRegularExpression Id.static intNAFRegularExpression Id.static intNUMBERRegularExpression Id.static intORRegularExpression Id.static intPAREN_CLOSERegularExpression Id.static intPAREN_OPENRegularExpression Id.static intPLUSRegularExpression Id.static intQUERY_MARKRegularExpression Id.static intSEMICOLONRegularExpression Id.static intSQUARE_CLOSERegularExpression Id.static intSQUARE_OPENRegularExpression Id.static intSTRINGRegularExpression Id.static intTIMESRegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intUNEQUALRegularExpression Id.static intVARIABLERegularExpression Id.static intWCONSRegularExpression 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
-
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
-
MINIMIZE
static final int MINIMIZE
RegularExpression Id.- See Also:
- Constant Field Values
-
MAXIMIZE
static final int MAXIMIZE
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.
-
-