edu.stanford.smi.protegex.owl.model.classparser.manchester
Interface ManchesterOWLParserConstants
- All Known Implementing Classes:
- ManchesterOWLParser, ManchesterOWLParserTokenManager
- public interface ManchesterOWLParserConstants
EOF
public static final int EOF
- See Also:
- Constant Field Values
SINGLE_LINE_COMMENT
public static final int SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
FORMAL_COMMENT
public static final int FORMAL_COMMENT
- See Also:
- Constant Field Values
MULTI_LINE_COMMENT
public static final int MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
SOME
public static final int SOME
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values
HAS
public static final int HAS
- See Also:
- Constant Field Values
MIN
public static final int MIN
- See Also:
- Constant Field Values
MAX
public static final int MAX
- See Also:
- Constant Field Values
EXACT
public static final int EXACT
- See Also:
- Constant Field Values
AND
public static final int AND
- See Also:
- Constant Field Values
OR
public static final int OR
- See Also:
- Constant Field Values
NOT
public static final int NOT
- See Also:
- Constant Field Values
INTEGER_LITERAL
public static final int INTEGER_LITERAL
- See Also:
- Constant Field Values
FLOATING_POINT_LITERAL
public static final int FLOATING_POINT_LITERAL
- See Also:
- Constant Field Values
EXPONENT
public static final int EXPONENT
- See Also:
- Constant Field Values
STRING_LITERAL
public static final int STRING_LITERAL
- See Also:
- Constant Field Values
XSD
public static final int XSD
- See Also:
- Constant Field Values
ONE_OF
public static final int ONE_OF
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
LETTER
public static final int LETTER
- See Also:
- Constant Field Values
DIGIT
public static final int DIGIT
- See Also:
- Constant Field Values
DEFAULT
public static final int DEFAULT
- See Also:
- Constant Field Values
IN_SINGLE_LINE_COMMENT
public static final int IN_SINGLE_LINE_COMMENT
- See Also:
- Constant Field Values
IN_FORMAL_COMMENT
public static final int IN_FORMAL_COMMENT
- See Also:
- Constant Field Values
IN_MULTI_LINE_COMMENT
public static final int IN_MULTI_LINE_COMMENT
- See Also:
- Constant Field Values
tokenImage
public static final String[] tokenImage