|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorc.ast.simple.arg.Argument
orc.ast.simple.arg.Var
public class Var
Bound variables. Equivalence on these variables is physical (==) equality. These occur in argument position. They also occur as fields in combinators which bind variables.
| Constructor Summary | |
|---|---|
Var()
|
|
| Method Summary | |
|---|---|
void |
addFree(java.util.Set<Var> freeset)
|
Arg |
convert(Env<Var> vars)
Convert to DeBruijn index. |
| Methods inherited from class orc.ast.simple.arg.Argument |
|---|
getSourceLocation, setSourceLocation, subst |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Var()
| Method Detail |
|---|
public void addFree(java.util.Set<Var> freeset)
addFree in class Argumentpublic Arg convert(Env<Var> vars)
Argument
convert in class Argument
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||