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

Packages that use Throw
orc.ast.oil.visitor   
 

Uses of Throw in orc.ast.oil.visitor
 

Methods in orc.ast.oil.visitor with parameters of type Throw
 java.lang.Void Walker.visit(Throw throwExpr)
           
 E Visitor.visit(Throw expr)
           
 java.lang.Void UnguardedRecursionChecker.visit(Throw throwExpr)
           
 Expression Transformer.visit(Throw throwExpr)
           
 java.lang.Void TailCallMarker.visit(Throw expr)
           
 java.lang.Void ExceptionsOnChecker.visit(Throw throwExpr)