|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.extended.declaration.DefsDeclaration
public class DefsDeclaration
A group of defined expressions, together as a declaration. Any contiguous sequence of definitions is assumed to be mutually recursive. The simplification of a group of definitions is complicated by the mutually recursive binding, which requires that each definition bind its name in all of the other definitions.
| Field Summary | |
|---|---|
java.util.List<Definition> |
defs
|
| Constructor Summary | |
|---|---|
DefsDeclaration(java.util.List<Definition> defs)
|
|
| Method Summary | |
|---|---|
Expression |
bindto(Expression target)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.util.List<Definition> defs
| Constructor Detail |
|---|
public DefsDeclaration(java.util.List<Definition> defs)
| Method Detail |
|---|
public Expression bindto(Expression target)
bindto in interface Declaration
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||