|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.instr.InstrVisitor.CodeSegment
com.vladium.emma.instr.InstrVisitor.BlockSegment
Field Summary | |
private static int |
BLOCK_INIT_CAPACITY
|
private ByteArrayOStream |
m_buf
|
(package private) InstrVisitor |
m_visitor
|
Constructor Summary | |
InstrVisitor.BlockSegment(InstrVisitor visitor,
int localVarIndex,
int blockID)
|
Method Summary | |
(package private) void |
emit(InstrVisitor.EmitCtx ctx)
|
(package private) int |
length()
|
(package private) int |
maxstack()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private final ByteArrayOStream m_buf
private static final int BLOCK_INIT_CAPACITY
final InstrVisitor m_visitor
Constructor Detail |
public InstrVisitor.BlockSegment(InstrVisitor visitor, int localVarIndex, int blockID)
Method Detail |
int length()
length
in class InstrVisitor.CodeSegment
int maxstack()
maxstack
in class InstrVisitor.CodeSegment
void emit(InstrVisitor.EmitCtx ctx)
emit
in class InstrVisitor.CodeSegment
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |