at.dms.compiler.tools.antlr.extra
Class TokenCache

java.lang.Object
  extended by at.dms.compiler.tools.antlr.extra.TokenCache

public class TokenCache
extends Object


Constructor Summary
TokenCache()
           
 
Method Summary
 CToken lookupToken(int type, char[] data, int start, int length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TokenCache

public TokenCache()
Method Detail

lookupToken

public CToken lookupToken(int type,
                          char[] data,
                          int start,
                          int length)