|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.vladium.emma.instr.InstrVisitor.CodeSegment
abstract static class InstrVisitor.CodeSegment
TODO: CodeSegment right now must be 100% position-independent code; otherwise it must follow maxlengtt() Branch pattern...
Field Summary | |
---|---|
(package private) InstrVisitor |
m_visitor
|
Constructor Summary | |
---|---|
InstrVisitor.CodeSegment(InstrVisitor visitor)
|
Method Summary | |
---|---|
(package private) abstract void |
emit(InstrVisitor.EmitCtx ctx)
|
(package private) abstract int |
length()
|
(package private) abstract int |
maxstack()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
final InstrVisitor m_visitor
Constructor Detail |
---|
InstrVisitor.CodeSegment(InstrVisitor visitor)
Method Detail |
---|
abstract int length()
abstract int maxstack()
abstract void emit(InstrVisitor.EmitCtx ctx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |