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.currentTokenThis is the last token that has been consumed successfully.POParser.jj_ntNext token.UPParser.jj_ntNext token.Token.nextA reference to the next regular (non-special) token in the input stream.Token.specialTokenA reference to special tokens that occur before this token but after the immediately preceding regular (non-special) token.POParser.tokenCurrent token.UPParser.tokenCurrent token.Methods in org.tweetyproject.preferences.io that return TokenModifier and TypeMethodDescriptionfinal TokenPOParser.getNextToken()Retrieves the nextTokenfrom the input stream.POParserTokenManager.getNextToken()Return the next tokenfinal TokenUPParser.getNextToken()Get the next Token.UPParserTokenManager.getNextToken()Get the next Token.final TokenPOParser.getToken(int index) Retrieves theTokenat a specific position relative to the current token.final TokenUPParser.getToken(int index) Get the specific Tokenstatic TokenToken.newToken(int ofKind) Returns a newTokenobject with the specified kind.static TokenReturns a newTokenobject.Constructors in org.tweetyproject.preferences.io with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) Constructs a newParseExceptionwith the specified details.