|
||||||||||
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.Null
public class Null
Constructor Summary | |
---|---|
Null()
|
Method Summary | ||
---|---|---|
|
accept(Visitor<E> visitor)
|
|
Node |
compile(Node output)
Compiles an oil syntax tree into an execution graph. |
|
java.lang.String |
toString()
|
Methods inherited from class orc.ast.oil.Expr |
---|
addIndices, compile, freeVars |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Null()
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 java.lang.String toString()
toString
in class java.lang.Object
public <E> E accept(Visitor<E> visitor)
accept
in class Expr
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |