|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTranslate.Frag
public abstract class Frag
A program fragment is either data or a procedure.
Nested Class Summary | |
---|---|
static class |
Frag.Data
A data fragment is simply an assembly-code string. |
static class |
Frag.Proc
A procedure fragment has a code body, and a frame representing the activation record for this procedure. |
Constructor Summary | |
---|---|
Frag()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Frag()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |