Uses of Class
orc.ast.oil.Pull

Packages that use Pull
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 Pull in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Pull
 void Walker.enter(Pull expr)
           
 void Walker.leave(Pull expr)
           
 java.lang.Object Walker.visit(Pull expr)
           
 E Visitor.visit(Pull expr)
           
 

Uses of Pull in orc.orchard.oil
 

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