uk.ac.manchester.cs.owlapi.dlsyntax.parser
Interface DLSyntaxParserConstants

All Known Implementing Classes:
DLSyntaxParser, DLSyntaxParserTokenManager

public interface DLSyntaxParserConstants

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 CLOSEBRACE
          RegularExpression Id.
static int CLOSEPAR
          RegularExpression Id.
static int CLOSESQPAR
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COMPOSE
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DOT
          RegularExpression Id.
static int DOUBLE
          RegularExpression Id.
static int EOF
          End of File.
static int EQUIVALENTTO
          RegularExpression Id.
static int EXACT
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int INT
          RegularExpression Id.
static int INVERSE
          RegularExpression Id.
static int MAX
          RegularExpression Id.
static int MIN
          RegularExpression Id.
static int NEQ
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int OPENBRACE
          RegularExpression Id.
static int OPENPAR
          RegularExpression Id.
static int OPENSQPAR
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int SOME
          RegularExpression Id.
static int SUBCLASSOF
          RegularExpression Id.
static java.lang.String[] tokenImage
          Literal token values.
static int TRANSITIVEROLES
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

SUBCLASSOF

static final int SUBCLASSOF
RegularExpression Id.

See Also:
Constant Field Values

EQUIVALENTTO

static final int EQUIVALENTTO
RegularExpression Id.

See Also:
Constant Field Values

NEQ

static final int NEQ
RegularExpression Id.

See Also:
Constant Field Values

COMPOSE

static final int COMPOSE
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

INVERSE

static final int INVERSE
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

OPENSQPAR

static final int OPENSQPAR
RegularExpression Id.

See Also:
Constant Field Values

CLOSESQPAR

static final int CLOSESQPAR
RegularExpression Id.

See Also:
Constant Field Values

OPENBRACE

static final int OPENBRACE
RegularExpression Id.

See Also:
Constant Field Values

CLOSEBRACE

static final int CLOSEBRACE
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
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

SOME

static final int SOME
RegularExpression Id.

See Also:
Constant Field Values

ALL

static final int ALL
RegularExpression Id.

See Also:
Constant Field Values

MIN

static final int MIN
RegularExpression Id.

See Also:
Constant Field Values

MAX

static final int MAX
RegularExpression Id.

See Also:
Constant Field Values

EXACT

static final int EXACT
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

TRANSITIVEROLES

static final int TRANSITIVEROLES
RegularExpression Id.

See Also:
Constant Field Values

INT

static final int INT
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE

static final int DOUBLE
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
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.