Uses of Class
XLangSource.Token

Packages that use Token
XLangSource 

Uses of Token in XLangSource
 

Fields in XLangSource declared as Token
TokenGrammarSource.jj_nt
          
(package private) TokenGrammarSource.JJCalls.first
          
TokenGrammarSource.token
          
TokenParseException.currentToken
           This is the last token that has been consumed successfully.
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 XLangSource 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 XLangSource that return Token
final TokenGrammarSource.getNextToken()
          
final TokenGrammarSource.getToken(int index)
          
final TokenGrammarSourceTokenManager.getNextToken()
          
final static TokenToken.newToken(int ofKind)
           Returns a new Token object, by default.
 



Hosted by www.Geocities.ws

1