Package | Description |
---|---|
serp.bytecode |
Bytecode Manipuation
|
serp.bytecode.visitor |
Bytecode Visitor
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
LocalVariableType |
LocalVariableTypeTable.addLocalVariableType(LocalVariableType local)
Import a local from another method/class.
|
Modifier and Type | Method and Description |
---|---|
void |
BCVisitor.enterLocalVariableType(LocalVariableType obj) |
void |
PrettyPrintVisitor.enterLocalVariableType(LocalVariableType obj) |
void |
BCVisitor.exitLocalVariableType(LocalVariableType obj) |
void |
PrettyPrintVisitor.exitLocalVariableType(LocalVariableType obj) |
Copyright © 2002–2019. All rights reserved.