|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectserp.bytecode.Instruction
serp.bytecode.TypedInstruction
serp.bytecode.ArrayInstruction
public abstract class ArrayInstruction
Any array load or store instruction. This class has
no functionality beyond the TypedInstruction
but is provided
so that users can easily identify array instructions in code if need be.
Method Summary |
---|
Methods inherited from class serp.bytecode.TypedInstruction |
---|
getType, getTypeBC, getTypeName, setType, setType, setType |
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 |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |