|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExtSymbolTable | |
---|---|
edu.ksu.cis.projects.bogor | Provides for Bogor command-line interface (CLI) and configuration. |
edu.ksu.cis.projects.bogor.ast.checker | Provides for Bogor AST checker. |
edu.ksu.cis.projects.bogor.module | Provide a generic framework for dataflow analysis on BIR transition systems. |
edu.ksu.cis.projects.bogor.symboltable | Provides for Bogor symbol table. |
Uses of ExtSymbolTable in edu.ksu.cis.projects.bogor |
---|
Fields in edu.ksu.cis.projects.bogor with type parameters of type ExtSymbolTable | |
---|---|
protected HashMap<ExtSymbolTable,IModule> |
DefaultBogorConfiguration.extTable
|
Methods in edu.ksu.cis.projects.bogor that return types with arguments of type ExtSymbolTable | |
---|---|
Map<ExtSymbolTable,IModule> |
DefaultBogorConfiguration.getExtTable()
|
Map<ExtSymbolTable,IModule> |
IBogorConfiguration.getExtTable()
|
Uses of ExtSymbolTable in edu.ksu.cis.projects.bogor.ast.checker |
---|
Methods in edu.ksu.cis.projects.bogor.ast.checker with parameters of type ExtSymbolTable | |
---|---|
protected Type[] |
ExpChecker.inferExtTypeArguments(ExtSymbolTable st,
ExtExp node,
Type[] extArgTypes)
|
Uses of ExtSymbolTable in edu.ksu.cis.projects.bogor.module |
---|
Fields in edu.ksu.cis.projects.bogor.module with type parameters of type ExtSymbolTable | |
---|---|
protected Map<ExtSymbolTable,IModule> |
DefaultActionTaker.extTable
|
protected Map<ExtSymbolTable,IModule> |
DefaultExpEvaluator.extTable
|
Uses of ExtSymbolTable in edu.ksu.cis.projects.bogor.symboltable |
---|
Methods in edu.ksu.cis.projects.bogor.symboltable that return types with arguments of type ExtSymbolTable | |
---|---|
Map<String,ExtSymbolTable> |
SymbolTable.getExpActionExtTable()
Gets the exp or action extension qualified identifier (String) to its symbol table (ExtSymbolTable). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |