public class LOOKUPSWITCH extends Select
SWITCH
,
Serialized Formfixed_length, indices, match, match_length, padding, targets
index, position, target
length, opcode
Constructor and Description |
---|
LOOKUPSWITCH()
Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction().
|
LOOKUPSWITCH(int[] match,
InstructionHandle[] targets,
InstructionHandle defaultTarget) |
Modifier and Type | Method and Description |
---|---|
void |
accept(Visitor v)
Call corresponding visitor method(s).
|
void |
dump(DataOutputStream out)
Dump instruction as byte code to stream out.
|
protected void |
initFromFile(ByteSequence bytes,
boolean wide)
Read needed data (e.g.
|
clone, containsTarget, dispose, getIndices, getMatchs, getTargets, setTarget, toString, updatePosition, updateTarget
getIndex, getTarget, getTargetOffset, getTargetOffset, notifyTarget, setTarget
consumeStack, copy, equals, getComparator, getLength, getName, getOpcode, produceStack, readInstruction, setComparator, toString, toString
finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
produceStack
LOOKUPSWITCH()
public LOOKUPSWITCH(int[] match, InstructionHandle[] targets, InstructionHandle defaultTarget)
public void dump(DataOutputStream out) throws IOException
dump
in class Select
out
- Output streamIOException
protected void initFromFile(ByteSequence bytes, boolean wide) throws IOException
initFromFile
in class Select
bytes
- input streamwide
- wide prefix?IOException
InstructionList
public void accept(Visitor v)
accept
in class Instruction
v
- Visitor object