org.apache.bcel.generic
public class TABLESWITCH extends Select
See Also: SWITCH
Constructor Summary | |
---|---|
TABLESWITCH(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: match sorted array of match values, match[0] must be low value, match[match_length - 1] high value targets where to branch for matched values defaultTarget default branch
Parameters: v Visitor object
Parameters: out Output stream