Package | Description |
---|---|
org.semanticweb.owlapi.rdf.turtle.parser |
Modifier and Type | Field | Description |
---|---|---|
Token |
TurtleParser.jj_nt |
Next token.
|
Token |
Token.next |
A reference to the next regular (non-special) token from the input stream.
|
Token |
Token.specialToken |
This field is used to access special tokens that occur prior to this token, but after the
immediately preceding regular (non-special) token.
|
Token |
TurtleParser.token |
Current token.
|
Modifier and Type | Method | Description |
---|---|---|
Token |
TurtleParser.getNextToken() |
Get the next Token.
|
Token |
TurtleParserTokenManager.getNextToken() |
Get the next Token.
|
Token |
TurtleParser.getToken(int index) |
Get the specific Token.
|
static Token |
Token.newToken(int ofKind) |
|
static Token |
Token.newToken(int ofKind,
String image) |
Returns a new Token object, by default.
|
Copyright © 2018 The University of Manchester. All rights reserved.