Uses of Class
orc.ast.oil.expression.Otherwise

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

Uses of Otherwise in orc.ast.oil
 

Methods in orc.ast.oil with parameters of type Otherwise
 void Walker.enter(Otherwise expr)
           
 void Walker.leave(Otherwise expr)
           
 Node Compiler.visit(Otherwise expr)
           
 java.lang.Void Walker.visit(Otherwise expr)
           
 java.lang.Void UnguardedRecursionChecker.visit(Otherwise expr)
           
 E Visitor.visit(Otherwise expr)
           
 Expression Transformer.visit(Otherwise expr)
           
 E ContextualVisitor.visit(Otherwise expr, C context)