Uses of Class
fipaos.parser.sl0.Token

Packages that use Token
fipaos.parser.sl0 

Uses of Token in fipaos.parser.sl0
 

Fields in fipaos.parser.sl0 declared as Token
TokenParseException.currentToken
          This is the last token that has been consumed successfully.
TokenSL0Parser.jj_nt
          
(package private) TokenSL0Parser.JJCalls.first
          
TokenSL0Parser.token
          
TokenToken.next
          A reference to the next regular (non-special) token from the input
stream.
TokenToken.specialToken
          This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
 

Constructors in fipaos.parser.sl0 with parameters of type Token
ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException"
in the generated parser.
 

Methods in fipaos.parser.sl0 that return Token
final TokenSL0Parser.getNextToken()
          
final TokenSL0Parser.getToken(int index)
          
final TokenSL0ParserTokenManager.getNextToken()
          
final static TokenToken.newToken(int ofKind)
          Returns a new Token object, by default.