Uses of Class
org.tweetyproject.preferences.io.Token
-
Uses of Token in org.tweetyproject.preferences.io
Modifier and TypeFieldDescriptionParseException.currentToken
This is the last token that has been consumed successfully.POParser.jj_nt
Next token.UPParser.jj_nt
Next token.Token.next
A reference to the next regular (non-special) token in the input stream.Token.specialToken
A reference to special tokens that occur before this token but after the immediately preceding regular (non-special) token.POParser.token
Current token.UPParser.token
Current token.Modifier and TypeMethodDescriptionfinal Token
POParser.getNextToken()
Retrieves the nextToken
from the input stream.POParserTokenManager.getNextToken()
Return the next tokenfinal Token
UPParser.getNextToken()
Get the next Token.UPParserTokenManager.getNextToken()
Get the next Token.final Token
POParser.getToken
(int index) Retrieves theToken
at a specific position relative to the current token.final Token
UPParser.getToken
(int index) Get the specific Tokenstatic Token
Token.newToken
(int ofKind) Returns a newToken
object with the specified kind.static Token
Returns a newToken
object.ModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) Constructs a newParseException
with the specified details.