public static class InstructionSet.I_GETSTATIC extends InstructionSet.Index16 implements InstructionSet.AccessField
index
method, pc
Constructor and Description |
---|
I_GETSTATIC(MethodModel _methodPoolEntry,
ByteReader _byteReader,
boolean _wide) |
Modifier and Type | Method and Description |
---|---|
ClassModel.ConstantPool.FieldEntry |
getConstantPoolFieldEntry() |
int |
getConstantPoolFieldIndex() |
java.lang.String |
getDescription() |
int |
getStackConsumeCount() |
int |
getStackProduceCount() |
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackDelta, getStartInstruction, getStartPC, getThisPC, isAfter, isAfterOrEqual, isBefore, isBeforeOrEqual, isBranch, isBranchTarget, isConditionalBranchTarget, isForwardBranch, isForwardBranchTarget, isForwardConditionalBranchTarget, isForwardUnconditionalBranchTarget, isReverseBranchTarget, isReverseConditionalBranchTarget, isReverseUnconditionalBranchTarget, isUnconditionalBranchTarget, producesStack, removeBranchTarget, sameAs, setChildren, setLength, setNextExpr, setNextPC, setParentExpr, setPrevExpr, setPrevPC, toInstruction, toString
public I_GETSTATIC(MethodModel _methodPoolEntry, ByteReader _byteReader, boolean _wide)
public java.lang.String getDescription()
getDescription
in class Instruction
public int getConstantPoolFieldIndex()
getConstantPoolFieldIndex
in interface InstructionSet.FieldReference
public ClassModel.ConstantPool.FieldEntry getConstantPoolFieldEntry()
getConstantPoolFieldEntry
in interface InstructionSet.FieldReference
public int getStackConsumeCount()
getStackConsumeCount
in class Instruction
public int getStackProduceCount()
getStackProduceCount
in class Instruction