Uses of Class
orc.ast.oil.Call

Packages that use Call
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 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)
           
 Node Compiler.visit(Call expr)
           
 

Uses of Call in orc.ast.oil.xml
 

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