Package serp.bytecode
Class LocalVariableType
java.lang.Object
serp.bytecode.Local
serp.bytecode.LocalVariableType
- All Implemented Interfaces:
BCEntity
,InstructionPtr
A local variable type contains the name, signature, index and scope
of a generics-using local used in opcodes.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class serp.bytecode.Local
getClassLoader, getCode, getEnd, getLength, getLocal, getName, getNameIndex, getParam, getPool, getProject, getStart, getStartPc, getTable, getTypeIndex, getTypeName, invalidate, isValid, read, replaceTarget, setEnd, setLength, setLocal, setName, setNameIndex, setParam, setStart, setStartPc, setType, setTypeIndex, updateTargets, write
-
Constructor Details
-
LocalVariableType
LocalVariableType(LocalVariableTypeTable owner)
-
-
Method Details
-
getLocalVariableTypeTable
The owning table. -
acceptVisit
-