serp.bytecode
public abstract class TypedInstruction extends Instruction
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getType()
Return the type for this instruction.
|
BCClass |
getTypeBC()
Return the type for this instruction.
|
abstract java.lang.String |
getTypeName()
Return the type name for this instruction.
|
TypedInstruction |
setType(BCClass type)
Set the type of this instruction.
|
TypedInstruction |
setType(java.lang.Class type)
Set the type of this instruction.
|
abstract TypedInstruction |
setType(java.lang.String type)
Set the type of this instruction.
|
acceptVisit, equalsInstruction, getByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, getStackChange, isValid
public abstract java.lang.String getTypeName()
public java.lang.Class getType()
public BCClass getTypeBC()
public abstract TypedInstruction setType(java.lang.String type)
public TypedInstruction setType(java.lang.Class type)
public TypedInstruction setType(BCClass type)