org.apache.bcel.generic
public class LOOKUPSWITCH extends Select
See Also: SWITCH
Constructor Summary | |
---|---|
LOOKUPSWITCH(int[] match, InstructionHandle[] targets, InstructionHandle defaultTarget) |
Method Summary | |
---|---|
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. index) from file. |
Parameters: v Visitor object
Parameters: out Output stream