クラス
gov.nist.core.Token の使用

Token を使用しているパッケージ
gov.nist.core   
 

gov.nist.core での Token の使用
 

Token を返す gov.nist.core のメソッド
 Token LexerCore.getNextToken()
           
 Token LexerCore.match(int tok)
          Match the given token or throw an exception if no such token can be matched.
 Token LexerCore.peekNextToken()
          Look ahead for one token.