Uses of Class
net.sf.tweety.arg.delp.parser.Token
-
Packages that use Token Package Description net.sf.tweety.arg.delp.parser -
-
Uses of Token in net.sf.tweety.arg.delp.parser
Fields in net.sf.tweety.arg.delp.parser declared as Token Modifier and Type Field Description Token
ParseException. currentToken
This is the last token that has been consumed successfully.Token
DelpParser. jj_nt
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
DelpParser. token
Methods in net.sf.tweety.arg.delp.parser that return Token Modifier and Type Method Description Token
DelpParser. getNextToken()
Token
DelpParserTokenManager. getNextToken()
Token
DelpParser. getToken(int index)
static Token
Token. newToken(int ofKind)
static Token
Token. newToken(int ofKind, java.lang.String image)
Constructors in net.sf.tweety.arg.delp.parser with parameters of type Token Constructor Description ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
-