Uses of Class
EDU.bmrb.starlibj.Token

Uses of Token in EDU.bmrb.starlibj
 

Fields in EDU.bmrb.starlibj declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
static Token StarParser.token
           
static Token StarParser.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.
 

Methods in EDU.bmrb.starlibj that return Token
static Token StarParser.getNextToken()
           
static Token StarParser.getToken(int index)
           
static Token StarParserTokenManager.getNextToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

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