| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LocalVariableType | |
|---|---|
| serp.bytecode | Bytecode Manipuation | 
| serp.bytecode.visitor | Bytecode Visitor | 
| Uses of LocalVariableType in serp.bytecode | 
|---|
| Methods in serp.bytecode that return LocalVariableType | |
|---|---|
 LocalVariableType | 
LocalVariableTypeTable.addLocalVariableType()
Add a local to this table.  | 
 LocalVariableType | 
LocalVariableTypeTable.addLocalVariableType(LocalVariableType local)
Import a local from another method/class.  | 
 LocalVariableType | 
LocalVariableTypeTable.addLocalVariableType(String name,
                                         String type)
Add a local to this table.  | 
 LocalVariableType | 
LocalVariableTypeTable.getLocalVariableType(int local)
Return the local with the given locals index, or null if none.  | 
 LocalVariableType | 
LocalVariableTypeTable.getLocalVariableType(String name)
Return the local with the given name, or null if none.  | 
 LocalVariableType[] | 
LocalVariableTypeTable.getLocalVariableTypes()
Return all the locals of this method.  | 
 LocalVariableType[] | 
LocalVariableTypeTable.getLocalVariableTypes(String name)
Return all locals with the given name, or empty array if none.  | 
| Methods in serp.bytecode with parameters of type LocalVariableType | |
|---|---|
 LocalVariableType | 
LocalVariableTypeTable.addLocalVariableType(LocalVariableType local)
Import a local from another method/class.  | 
| Uses of LocalVariableType in serp.bytecode.visitor | 
|---|
| Methods in serp.bytecode.visitor with parameters of type LocalVariableType | |
|---|---|
 void | 
PrettyPrintVisitor.enterLocalVariableType(LocalVariableType obj)
 | 
 void | 
BCVisitor.enterLocalVariableType(LocalVariableType obj)
 | 
 void | 
PrettyPrintVisitor.exitLocalVariableType(LocalVariableType obj)
 | 
 void | 
BCVisitor.exitLocalVariableType(LocalVariableType obj)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||