Uses of Class
at.dms.compiler.antlr.runtime.Token

Packages that use Token
at.dms.compiler.antlr.extra   
at.dms.compiler.antlr.runtime   
at.dms.kjc   
 

Uses of Token in at.dms.compiler.antlr.extra
 

Subclasses of Token in at.dms.compiler.antlr.extra
 class CToken
           
 

Methods in at.dms.compiler.antlr.extra that return Token
 Token Scanner.nextToken()
          Returns the next token in the input.
abstract  Token Scanner.nextTokenImpl()
          Returns the next token in the input.
 

Uses of Token in at.dms.compiler.antlr.runtime
 

Fields in at.dms.compiler.antlr.runtime declared as Token
static Token Token.badToken
           
 Token NoViableAltException.token
           
 Token MismatchedTokenException.token
           
 

Methods in at.dms.compiler.antlr.runtime that return Token
 Token TokenBuffer.LT(int i)
          Get a lookahead token
abstract  Token Parser.LT(int i)
          Return the ith token of lookahead
 Token LLkParser.LT(int i)
           
 Token TokenStream.nextToken()
           
 

Constructors in at.dms.compiler.antlr.runtime with parameters of type Token
MismatchedTokenException(String[] tokenNames_, Token token_, BitSet set_, boolean matchNot, String fileName)
           
MismatchedTokenException(String[] tokenNames_, Token token_, int expecting_, boolean matchNot, String fileName)
           
MismatchedTokenException(String[] tokenNames_, Token token_, int lower, int upper_, boolean matchNot, String fileName)
           
NoViableAltException(Token t, String fileName)
           
 

Uses of Token in at.dms.kjc
 

Methods in at.dms.kjc that return Token
 Token KjcScanner.nextTokenImpl()
          Resumes scanning until the next regular expression is matched, the end of input is encountered or an I/O-Error occurs.