|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.fub.bytecode.generic.Instruction | +--de.fub.bytecode.generic.BranchInstruction | +--de.fub.bytecode.generic.Select | +--de.fub.bytecode.generic.LOOKUPSWITCH
LOOKUPSWITCH - Switch with unordered set of values
SWITCH
, Serialized FormFields inherited from class de.fub.bytecode.generic.Select |
fixed_length,
indices,
match,
match_length,
padding,
targets |
Fields inherited from class de.fub.bytecode.generic.BranchInstruction |
index,
position,
target |
Fields inherited from class de.fub.bytecode.generic.Instruction |
length,
tag |
Constructor Summary | |
LOOKUPSWITCH(int[] match,
InstructionHandle[] targets,
InstructionHandle target)
|
Method Summary | |
void |
dump(java.io.DataOutputStream out)
Dump instruction as byte code to stream out. |
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g. |
Methods inherited from class de.fub.bytecode.generic.Select |
containsTarget,
getIndices,
getMatchs,
getTargets,
setTarget,
toString,
updatePosition,
updateTarget |
Methods inherited from class de.fub.bytecode.generic.BranchInstruction |
getTarget,
getTargetOffset,
getTargetOffset,
setTarget |
Methods inherited from class de.fub.bytecode.generic.Instruction |
consumeStack,
consumeStack,
copy,
getLength,
getTag,
produceStack,
produceStack,
toString,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public LOOKUPSWITCH(int[] match, InstructionHandle[] targets, InstructionHandle target)
Method Detail |
public void dump(java.io.DataOutputStream out) throws java.io.IOException
out
- Output streamprotected void initFromFile(ByteSequence bytes, boolean wide) throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |