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