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