|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorc.ast.oil.Expr
orc.ast.oil.arg.Arg
public abstract class Arg
Constructor Summary | |
---|---|
Arg()
|
Method Summary | ||
---|---|---|
Node |
compile(Node output)
Compiles an oil syntax tree into an execution graph. |
|
abstract
|
resolve(Env<T> env)
|
Methods inherited from class orc.ast.oil.Expr |
---|
accept, addIndices, freeVars, typecheck, typesynth |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Arg()
Method Detail |
---|
public Node compile(Node output)
Expr
compile
in class Expr
output
- This is the node to which output (publications) will be directed.
public abstract <T> T resolve(Env<T> env) throws SiteResolutionException
SiteResolutionException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |