|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectTranslate.Frag
Translate.Frag.Proc
public static class Frag.Proc
A procedure fragment has a code body, and a frame representing the activation record for this procedure.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class Translate.Frag |
|---|
Frag.Data, Frag.Proc |
| Field Summary | |
|---|---|
Tree.Stm |
body
|
Frame |
frame
|
| Constructor Summary | |
|---|---|
Frag.Proc(Tree.Stm b,
Frame f)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Tree.Stm body
public Frame frame
| Constructor Detail |
|---|
public Frag.Proc(Tree.Stm b,
Frame f)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||