| |
|
| java.lang.Object jaxx.compiler.SymbolTable
SymbolTable | public class SymbolTable (Code) | | Symbol table constructed during the first pass of compilation.
|
getClassTagIds | public Map getClassTagIds()(Code) | | Returns a map of IDs to class names. Each entry in the map corresponds to a class tag with an
id attribute. The id is the key, and the fully-qualified class name
of the tag is the value.
|
getScriptFields | public List getScriptFields()(Code) | | Returns a list of FieldDescriptors for fields defined in <script> tags.
|
getScriptMethods | public List getScriptMethods()(Code) | | Returns a list of MethodDescriptors for methods defined in <script> tags.
|
getSuperclassName | public String getSuperclassName()(Code) | | Returns the fully-qualified name of the superclass of the class described by this symbol table.
|
setSuperclassName | public void setSuperclassName(String superclass)(Code) | | |
|
|
|