org.prorefactor.core
Interface TokenTypesI

All Known Implementing Classes:
NodeTypes, TokenTypes, TokenTypesReader

public interface TokenTypesI

Common interface for fetching token names from token numbers. Necessary because it's possible to have extensions to a grammar which do not use the 'base' token types.


Method Summary
 java.lang.String getName(int type)
           
 

Method Detail

getName

java.lang.String getName(int type)


Copyright © 2008 Joanju Software. All Rights Reserved.