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

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

Uses of Throw in orc.ast.oil
 

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