|
||||||||||
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
|
java.util.Set<Var> |
free
|
SourceLocation |
location
|
Constructor Summary | |
---|---|
Def(int arity,
Node body,
java.util.Set<Var> free,
SourceLocation location)
|
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
public java.util.Set<Var> free
public SourceLocation location
Constructor Detail |
---|
public Def(int arity, Node body, java.util.Set<Var> free, SourceLocation location)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |