|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.instr.InstrVisitor.Block
Field Summary | |
InstrVisitor.Branch |
m_branch
|
(package private) int |
m_first
|
InstrVisitor.CodeSegment |
m_insertion
|
(package private) int |
m_instrCount
|
(package private) int |
m_length
|
Constructor Summary | |
private |
InstrVisitor.Block()
|
Method Summary | |
(package private) void |
emit(InstrVisitor.EmitCtx ctx,
byte[] code)
When this is called, all previous blocks have been written out and their m_first have been updated. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int m_first
int m_length
int m_instrCount
public InstrVisitor.CodeSegment m_insertion
public InstrVisitor.Branch m_branch
Constructor Detail |
private InstrVisitor.Block()
Method Detail |
void emit(InstrVisitor.EmitCtx ctx, byte[] code)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |