public interface KWRLProgramParserConstants
Modifier and Type | Field and Description |
---|---|
static int |
AND
RegularExpression Id.
|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
IDENTIFIER
RegularExpression Id.
|
static int |
IN_COMMENT
Lexical state.
|
static int |
INCONSISTENCY
RegularExpression Id.
|
static int |
LEFTP
RegularExpression Id.
|
static int |
NOT
RegularExpression Id.
|
static int |
NS_URI
RegularExpression Id.
|
static int |
OR
RegularExpression Id.
|
static int |
RIGHTP
RegularExpression Id.
|
static int |
STRLIT
RegularExpression Id.
|
static int |
THEN
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static int |
TYPE
RegularExpression Id.
|
static int |
URI
RegularExpression Id.
|
static int |
URICHAR
RegularExpression Id.
|
static int |
URICONSTRUCTION
RegularExpression Id.
|
static int |
VARIABLE
RegularExpression Id.
|
static int |
WithinString
Lexical state.
|
static final int EOF
static final int STRLIT
static final int AND
static final int OR
static final int NOT
static final int THEN
static final int TYPE
static final int LEFTP
static final int RIGHTP
static final int INCONSISTENCY
static final int URI
static final int NS_URI
static final int VARIABLE
static final int URICONSTRUCTION
static final int IDENTIFIER
static final int URICHAR
static final int DEFAULT
static final int IN_COMMENT
static final int WithinString
static final String[] tokenImage
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.