com.vladium.emma.instr
Class InstrVisitor.TABLESWITCH
java.lang.Object
com.vladium.emma.instr.InstrVisitor.Branch
com.vladium.emma.instr.InstrVisitor.TABLESWITCH
- Enclosing class:
- InstrVisitor
- static final class InstrVisitor.TABLESWITCH
- extends InstrVisitor.Branch
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_low
final int m_low
m_high
final int m_high
m_opcode
final byte m_opcode
m_targets
final int[] m_targets
m_parentBlockID
int m_parentBlockID
InstrVisitor.TABLESWITCH
InstrVisitor.TABLESWITCH(int low,
int high,
int[] targets)
maxlength
int maxlength()
- Overrides:
maxlength
in class InstrVisitor.Branch
emit
void emit(InstrVisitor.EmitCtx ctx)
- Specified by:
emit
in class InstrVisitor.Branch
emitJumpOffset2
protected final void emitJumpOffset2(InstrVisitor.EmitCtx ctx,
int ip,
int targetBlockID)
emitJumpOffset4
protected final void emitJumpOffset4(InstrVisitor.EmitCtx ctx,
int ip,
int targetBlockID)