Uses of Class
jaxx.compiler.SymbolTable

Packages that use SymbolTable
jaxx.compiler   
 

Uses of SymbolTable in jaxx.compiler
 

Fields in jaxx.compiler declared as SymbolTable
protected  SymbolTable JAXXCompiler.symbolTable
          table of symbols for this compiler
 

Fields in jaxx.compiler with type parameters of type SymbolTable
protected  java.util.Map<java.io.File,SymbolTable> JAXXEngine.symbolTables
          Maps the names of classes being compiled to their symbol tables (created after the first compiler pass).
 

Methods in jaxx.compiler that return SymbolTable
 SymbolTable JAXXCompiler.getSymbolTable()
           
 SymbolTable JAXXEngine.getSymbolTable(java.lang.String className)
          Obtain the symbo table for the given class name.
 



Copyright © 2008-2009 CodeLutin. All Rights Reserved.