public static class InstructionSet.I_LOOKUPSWITCH extends InstructionSet.Switch
Modifier and Type | Field and Description |
---|---|
private int[] |
matches |
private int |
npairs |
offsets, targets
breakOrContinue, offset, target
method, pc
Constructor and Description |
---|
I_LOOKUPSWITCH(MethodModel _methodPoolEntry,
ByteReader _byteReader,
boolean _wide) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription() |
int[] |
getMatches() |
int |
getNpairs() |
getAbsolute, getOffset, getOffsets, getSize, getTarget, setTarget
getAbsolute, getTarget, isBreakOrContinue, isConditional, isForward, isForwardConditional, isForwardUnconditional, isReverse, isReverseConditional, isReverseUnconditional, isUnconditional, retarget, setBreakOrContinue, setTarget, unhook
addBranchTarget, asBranch, compareTo, consumesStack, getByteCode, getFirstChild, getForwardConditionalBranches, getForwardUnconditionalBranches, getLastChild, getLength, getMethod, getNextExpr, getNextPC, getParentExpr, getPrevExpr, getPrevPC, getReal, getReverseConditionalBranches, getReverseUnconditionalBranches, getRootExpr, getStackConsumeCount, getStackDelta, getStackProduceCount, 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_LOOKUPSWITCH(MethodModel _methodPoolEntry, ByteReader _byteReader, boolean _wide)
public java.lang.String getDescription()
getDescription
in class Instruction
public int[] getMatches()
public int getNpairs()