Uses of Class
orc.ast.oil.Push

Packages that use Push
orc.ast.oil Internal representation of OIL, the Orc Intermediate Language. 
 

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)