|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Token | |
edu.stanford.smi.protegex.owl.model.classparser.manchester |
Uses of Token in edu.stanford.smi.protegex.owl.model.classparser.manchester |
Fields in edu.stanford.smi.protegex.owl.model.classparser.manchester declared as Token | |
Token |
ManchesterOWLParser.token
|
Token |
ManchesterOWLParser.jj_nt
|
private Token |
ManchesterOWLParser.jj_scanpos
|
private Token |
ManchesterOWLParser.jj_lastpos
|
(package private) Token |
ManchesterOWLParser.JJCalls.first
|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully. |
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. |
Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester that return Token | |
protected Token |
ManchesterOWLParserTokenManager.jjFillToken()
|
Token |
ManchesterOWLParserTokenManager.getNextToken()
|
private Token |
ManchesterOWLParser.jj_consume_token(int kind)
|
Token |
ManchesterOWLParser.getNextToken()
|
Token |
ManchesterOWLParser.getToken(int index)
|
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default. |
Methods in edu.stanford.smi.protegex.owl.model.classparser.manchester with parameters of type Token | |
(package private) void |
ManchesterOWLParserTokenManager.SkipLexicalActions(Token matchedToken)
|
Constructors in edu.stanford.smi.protegex.owl.model.classparser.manchester with parameters of type Token | |
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |