Uses of Class bsh.Token

Uses in package bsh

Constructors with parameter type bsh.Token

ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser.

Fields of type bsh.Token

Token
This is the last token that has been consumed successfully.
Token
Token
A reference to the next regular (non-special) token from the input stream.
Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
Token

Methods with return type bsh.Token

Token
Token
Token
Parser.getToken(int index)
Token
Token
Token.newToken(int ofKind)
Returns a new Token object, by default.

B) 2000 pat@pat.net :-)