|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.runtime.nodes.Def
public class Def
A unit of syntax that encapsulates an expression definition. Groups of mutually recursive definitions are embedded in the execution graph by a Defs node.
Field Summary | |
---|---|
int |
arity
|
Node |
body
|
Constructor Summary | |
---|---|
Def(int arity,
Node body)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int arity
public Node body
Constructor Detail |
---|
public Def(int arity, Node body)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |