Uses of Class
org.tweetyproject.lp.asp.parser.Token
-
Uses of Token in org.tweetyproject.lp.asp.parser
Modifier and TypeFieldDescriptionParseException.currentToken
This is the last token that has been consumed successfully.ASPParser.jj_nt
Next token.Token.next
A reference to the next regular (non-special) token from the input stream.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.ASPParser.token
Current token.Modifier and TypeMethodDescriptionfinal Token
ASPParser.getNextToken()
ASPParserTokenManager.getNextToken()
final Token
ASPParser.getToken
(int index) static Token
Token.newToken
(int ofKind) Creates and returns a newToken
object with the specified kind and anull
image.static Token
Creates and returns a newToken
object with the specified kind and image.ModifierConstructorDescriptionParseException
(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) Constructs a newParseException
with details about the parsing error.