|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectserp.bytecode.Instruction
serp.bytecode.TypedInstruction
public abstract class TypedInstruction
Any typed instruction.
Method Summary | |
---|---|
Class |
getType()
Return the type for this instruction. |
BCClass |
getTypeBC()
Return the type for this instruction. |
abstract String |
getTypeName()
Return the type name for this instruction. |
TypedInstruction |
setType(BCClass type)
Set the type of this instruction. |
TypedInstruction |
setType(Class type)
Set the type of this instruction. |
abstract TypedInstruction |
setType(String type)
Set the type of this instruction. |
Methods inherited from class serp.bytecode.Instruction |
---|
acceptVisit, equalsInstruction, getByteIndex, getClassLoader, getCode, getLineNumber, getLogicalStackChange, getName, getOpcode, getPool, getProject, getStackChange, isValid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract String getTypeName()
public Class getType()
public BCClass getTypeBC()
public abstract TypedInstruction setType(String type)
public TypedInstruction setType(Class type)
public TypedInstruction setType(BCClass type)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |