Uses of Class
orc.ast.oil.Call

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

Uses of Call in orc.ast.oil
 

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