|
||||||||||
| 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.Silent
public class Silent
| Constructor Summary | |
|---|---|
Silent()
|
|
| Method Summary | ||
|---|---|---|
|
accept(Visitor<E> visitor)
|
|
Node |
compile(Node output)
Compiles an oil syntax tree into an execution graph. |
|
java.lang.String |
toString()
|
|
void |
typecheck(Type t,
Env<Type> ctx)
|
|
Type |
typesynth(Env<Type> ctx)
|
|
| Methods inherited from class orc.ast.oil.Expr |
|---|
addIndices, freeVars |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Silent()
| Method Detail |
|---|
public Node compile(Node output)
Expr
compile in class Exproutput - This is the node to which output (publications) will be directed.
public java.lang.String toString()
toString in class java.lang.Objectpublic <E> E accept(Visitor<E> visitor)
accept in class Exprpublic Type typesynth(Env<Type> ctx)
typesynth in class Expr
public void typecheck(Type t,
Env<Type> ctx)
typecheck in class Expr
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||