|
||||||||||
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.Site
public class Site
Site values, which occur in argument position.
Field Summary | |
---|---|
Site |
site
|
Constructor Summary | |
---|---|
Site(Site site)
|
Method Summary | |
---|---|
Argument |
convert(Env<Variable> vars)
Convert to DeBruijn index. |
java.lang.String |
toString()
|
Methods inherited from class orc.ast.simple.argument.Argument |
---|
addFree, 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 Site site
Constructor Detail |
---|
public Site(Site site)
Method Detail |
---|
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 |