public class SymbolTable extends Object
| Constructor and Description |
|---|
SymbolTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
Map<String,String> |
getClassTagIds() |
String[] |
getInterfaces() |
List<FieldDescriptor> |
getScriptFields() |
List<MethodDescriptor> |
getScriptMethods() |
String |
getSuperclassName() |
void |
setInterfaces(String[] interfaces) |
void |
setSuperclassName(String superclass) |
public String getSuperclassName()
public String[] getInterfaces()
public void setSuperclassName(String superclass)
public Map<String,String> getClassTagIds()
id attribute. The id is the key, and the fully-qualified class name
of the tag is the value.public List<FieldDescriptor> getScriptFields()
FieldDescriptors for fields defined in <script> tags.public List<MethodDescriptor> getScriptMethods()
MethodDescriptors for methods defined in <script> tags.public void setInterfaces(String[] interfaces)
public void clear()
Copyright © 2008–2017 Ultreia.io. All rights reserved.