Uses of Class
org.tweetyproject.preferences.io.Token
-
Uses of Token in org.tweetyproject.preferences.io
Modifier and TypeFieldDescriptionParseException.currentToken
POParser.jj_nt
UPParser.jj_nt
Next token.Token.next
A reference to the next regular (non-special) token from the input stream.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.POParser.token
UPParser.token
Current token.Modifier and TypeMethodDescriptionfinal Token
POParser.getNextToken()
POParserTokenManager.getNextToken()
final Token
UPParser.getNextToken()
Get the next Token.UPParserTokenManager.getNextToken()
Get the next Token.final Token
POParser.getToken
(int index) final Token
UPParser.getToken
(int index) Get the specific Token.static Token
Token.newToken
(int ofKind) static Token
ModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)