com.hp.hpl.jena.extras.tools.notations.likeN3
Class Lexer.Kind
java.lang.Object
com.hp.hpl.jena.extras.tools.notations.likeN3.Lexer.Kind
- Enclosing class:
- Lexer
public static class Lexer.Kind
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNCLASSED
public static final int UNCLASSED
- 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
ISOLATE
public static final int ISOLATE
- See Also:
- Constant Field Values
WHITESPACE
public static final int WHITESPACE
- See Also:
- Constant Field Values
UNDER
public static final int UNDER
- See Also:
- Constant Field Values
ENDSTRING
public static final int ENDSTRING
- See Also:
- Constant Field Values
SIGN
public static final int SIGN
- See Also:
- Constant Field Values
STRINGQUOTE
public static final int STRINGQUOTE
- See Also:
- Constant Field Values
HYPHEN
public static final int HYPHEN
- See Also:
- Constant Field Values
Lexer.Kind
public Lexer.Kind()