|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectserp.bytecode.Local
serp.bytecode.LocalVariable
public class LocalVariable
A local variable contains the name, description, index and scope of a local used in opcodes.
| Method Summary | |
|---|---|
void |
acceptVisit(BCVisitor visit)
|
LocalVariableTable |
getLocalVariableTable()
The owning table. |
Class |
getType()
Return the type of this local. |
BCClass |
getTypeBC()
Return the type of this local. |
void |
setType(BCClass type)
Set the type of this local. |
void |
setType(Class type)
Set the type of this local. |
| Methods inherited from class serp.bytecode.Local |
|---|
getClassLoader, getCode, getEnd, getLength, getLocal, getName, getNameIndex, getParam, getPool, getProject, getStart, getStartPc, getTable, getTypeIndex, getTypeName, isValid, replaceTarget, setEnd, setLength, setLocal, setName, setNameIndex, setParam, setStart, setStartPc, setType, setTypeIndex, updateTargets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public LocalVariableTable getLocalVariableTable()
public Class getType()
public BCClass getTypeBC()
public void setType(Class type)
public void setType(BCClass type)
public void acceptVisit(BCVisitor visit)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||