Uses of Class
net.jangaroo.jooc.ast.Catch
-
Packages that use Catch Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of Catch in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast that return types with arguments of type Catch Modifier and Type Method Description List<Catch>TryStatement. getCatches()Methods in net.jangaroo.jooc.ast with parameters of type Catch Modifier and Type Method Description voidAstVisitor. visitCatch(Catch aCatch)voidAstVisitorBase. visitCatch(Catch aCatch)voidTransitiveAstVisitor. visitCatch(Catch aCatch)Constructor parameters in net.jangaroo.jooc.ast with type arguments of type Catch Constructor Description TryStatement(JooSymbol symTry, BlockStatement block, List<Catch> catches)TryStatement(JooSymbol symTry, BlockStatement block, List<Catch> catches, JooSymbol symFinally, BlockStatement finallyBlock) -
Uses of Catch in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type Catch Modifier and Type Method Description voidCodeGeneratorBase. visitCatch(Catch aCatch)
-