Uses of Class
net.sf.tweety.preferences.io.Token
-
Packages that use Token Package Description net.sf.tweety.preferences.io -
-
Uses of Token in net.sf.tweety.preferences.io
Fields in net.sf.tweety.preferences.io declared as Token Modifier and Type Field Description Token
ParseException. currentToken
Token
POParser. jj_nt
Token
UPParser. jj_nt
Next token.Token
Token. next
A reference to the next regular (non-special) token from the input stream.Token
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.Token
POParser. token
Token
UPParser. token
Current token.Methods in net.sf.tweety.preferences.io that return Token Modifier and Type Method Description Token
POParser. getNextToken()
Token
POParserTokenManager. getNextToken()
Token
UPParser. getNextToken()
Get the next Token.Token
UPParserTokenManager. getNextToken()
Get the next Token.Token
POParser. getToken(int index)
Token
UPParser. getToken(int index)
Get the specific Token.static Token
Token. newToken(int ofKind)
static Token
Token. newToken(int ofKind, java.lang.String image)
Constructors in net.sf.tweety.preferences.io with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-