Uses of Class
orc.ast.oil.Push

Packages that use Push
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.ast.oil.xml JAXB implementation classes for the Orc Intermediate Language XML binding. 
 

Uses of Push in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Push
 void Walker.enter(Push expr)
           
 void Walker.leave(Push expr)
           
 java.lang.Void Walker.visit(Push expr)
           
 E Visitor.visit(Push expr)
           
 java.lang.Void UnguardedRecursionChecker.visit(Push expr)
           
 Node Compiler.visit(Push expr)
           
 

Uses of Push in orc.ast.oil.xml
 

Methods in orc.ast.oil.xml with parameters of type Push
 Expression Marshaller.visit(Push expr)