static final class InstrVisitor.TABLESWITCH extends InstrVisitor.Branch
Modifier and Type | Field and Description |
---|---|
(package private) int |
m_high |
(package private) int |
m_low |
m_opcode, m_parentBlockID, m_targets
Constructor and Description |
---|
TABLESWITCH(int low,
int high,
int[] targets) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
emit(InstrVisitor.EmitCtx ctx) |
(package private) int |
maxlength() |
emitJumpOffset2, emitJumpOffset4
int maxlength()
maxlength
in class InstrVisitor.Branch
void emit(InstrVisitor.EmitCtx ctx)
emit
in class InstrVisitor.Branch