Uses of Class
org.tweetyproject.preferences.io.Token
Packages that use Token
-
Uses of Token in org.tweetyproject.preferences.io
Fields in org.tweetyproject.preferences.io declared as TokenModifier 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.Methods in org.tweetyproject.preferences.io that return TokenModifier 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
Constructors in org.tweetyproject.preferences.io with parameters of type TokenModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)