org.topbraid.rules.swrl.parser
Interface SWRLParserConstants
- All Known Implementing Classes:
- SWRLParser, SWRLParserTokenManager
public interface SWRLParserConstants
EOF
static final int EOF
- See Also:
- Constant Field Values
SAME
static final int SAME
- See Also:
- Constant Field Values
DIFFERENT
static final int DIFFERENT
- See Also:
- Constant Field Values
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
COMMA
static final int COMMA
- See Also:
- Constant Field Values
IMPLIES
static final int IMPLIES
- See Also:
- Constant Field Values
OPEN
static final int OPEN
- See Also:
- Constant Field Values
CLOSE
static final int CLOSE
- See Also:
- Constant Field Values
VAR_START
static final int VAR_START
- See Also:
- Constant Field Values
INTEGER_LITERAL
static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
static final int STRING_LITERAL
- See Also:
- Constant Field Values
IDENTIFIER
static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
static final int LETTER
- See Also:
- Constant Field Values
DIGIT
static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
static final int DEFAULT
- See Also:
- Constant Field Values
tokenImage
static final java.lang.String[] tokenImage