Uses of Class
orc.ast.oil.Push

Packages that use Push
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
orc.orchard.oil 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.Object Walker.visit(Push expr)
           
 E Visitor.visit(Push expr)
           
 

Uses of Push in orc.orchard.oil
 

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