Package org.aspectj.apache.bcel.generic
Class SwitchBuilder
- java.lang.Object
-
- org.aspectj.apache.bcel.generic.SwitchBuilder
-
public final class SwitchBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target)SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target, int max_gap)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstructionSelectgetInstruction()
-
-
-
Constructor Detail
-
SwitchBuilder
public SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target, int max_gap)
-
SwitchBuilder
public SwitchBuilder(int[] match, InstructionHandle[] targets, InstructionHandle target)
-
-
Method Detail
-
getInstruction
public final InstructionSelect getInstruction()
-
-