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.currentTokenPOParser.jj_ntUPParser.jj_ntNext token.Token.nextA reference to the next regular (non-special) token from the input stream.Token.specialTokenThis field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.POParser.tokenUPParser.tokenCurrent token.Methods in org.tweetyproject.preferences.io that return TokenModifier and TypeMethodDescriptionfinal TokenPOParser.getNextToken()POParserTokenManager.getNextToken()final TokenUPParser.getNextToken()Get the next Token.UPParserTokenManager.getNextToken()Get the next Token.final TokenPOParser.getToken(int index) final TokenUPParser.getToken(int index) Get the specific Token.static TokenToken.newToken(int ofKind) static TokenConstructors in org.tweetyproject.preferences.io with parameters of type TokenModifierConstructorDescriptionParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)