org.coode.owl.krssparser
Interface KRSSParserConstants

All Known Implementing Classes:
KRSSParser, KRSSParserTokenManager

public interface KRSSParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int ALL
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int ATLEAST
          RegularExpression Id.
static int ATMOST
          RegularExpression Id.
static int CLOSEPAR
          RegularExpression Id.
static int COMMENT_START
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DEFINECONCEPT
          RegularExpression Id.
static int DEFINEPRIMITIVECONCEPT
          RegularExpression Id.
static int DEFINEPRIMITIVEROLE
          RegularExpression Id.
static int DISTINCT
          RegularExpression Id.
static int ENDABOX
          RegularExpression Id.
static int ENDTBOX
          RegularExpression Id.
static int ENUM
          RegularExpression Id.
static int EOF
          End of File.
static int EQUAL
          RegularExpression Id.
static int EXACTLY
          RegularExpression Id.
static int IN_COMMENT
          Lexical state.
static int IN_IRI
          Lexical state.
static int IN_STRING_LITERAL
          Lexical state.
static int INSTANCE
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int IRI_END
          RegularExpression Id.
static int IRI_START
          RegularExpression Id.
static int NAME
          RegularExpression Id.
static int NONE
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int OPENPAR
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PRIMITIVECONCEPT
          RegularExpression Id.
static int RANGE
          RegularExpression Id.
static int RELATED
          RegularExpression Id.
static int SOME
          RegularExpression Id.
static int STRING_LITERAL_START
          RegularExpression Id.
static int STRINGLITERAL
          RegularExpression Id.
static int SUBROLE
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRANSITIVE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

COMMENT_START

static final int COMMENT_START
RegularExpression Id.

See Also:
Constant Field Values

IRI_START

static final int IRI_START
RegularExpression Id.

See Also:
Constant Field Values

IRI_END

static final int IRI_END
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL_START

static final int STRING_LITERAL_START
RegularExpression Id.

See Also:
Constant Field Values

STRINGLITERAL

static final int STRINGLITERAL
RegularExpression Id.

See Also:
Constant Field Values

OPENPAR

static final int OPENPAR
RegularExpression Id.

See Also:
Constant Field Values

CLOSEPAR

static final int CLOSEPAR
RegularExpression Id.

See Also:
Constant Field Values

ENDTBOX

static final int ENDTBOX
RegularExpression Id.

See Also:
Constant Field Values

ENDABOX

static final int ENDABOX
RegularExpression Id.

See Also:
Constant Field Values

PRIMITIVECONCEPT

static final int PRIMITIVECONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINEPRIMITIVECONCEPT

static final int DEFINEPRIMITIVECONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINECONCEPT

static final int DEFINECONCEPT
RegularExpression Id.

See Also:
Constant Field Values

DEFINEPRIMITIVEROLE

static final int DEFINEPRIMITIVEROLE
RegularExpression Id.

See Also:
Constant Field Values

SUBROLE

static final int SUBROLE
RegularExpression Id.

See Also:
Constant Field Values

TRANSITIVE

static final int TRANSITIVE
RegularExpression Id.

See Also:
Constant Field Values

ENUM

static final int ENUM
RegularExpression Id.

See Also:
Constant Field Values

RANGE

static final int RANGE
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

ALL

static final int ALL
RegularExpression Id.

See Also:
Constant Field Values

SOME

static final int SOME
RegularExpression Id.

See Also:
Constant Field Values

NONE

static final int NONE
RegularExpression Id.

See Also:
Constant Field Values

ATLEAST

static final int ATLEAST
RegularExpression Id.

See Also:
Constant Field Values

ATMOST

static final int ATMOST
RegularExpression Id.

See Also:
Constant Field Values

EXACTLY

static final int EXACTLY
RegularExpression Id.

See Also:
Constant Field Values

INSTANCE

static final int INSTANCE
RegularExpression Id.

See Also:
Constant Field Values

RELATED

static final int RELATED
RegularExpression Id.

See Also:
Constant Field Values

EQUAL

static final int EQUAL
RegularExpression Id.

See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

NAME

static final int NAME
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_COMMENT

static final int IN_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_IRI

static final int IN_IRI
Lexical state.

See Also:
Constant Field Values

IN_STRING_LITERAL

static final int IN_STRING_LITERAL
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.