Uses of Class
net.jangaroo.jooc.ast.ThrowStatement
-
Packages that use ThrowStatement Package Description net.jangaroo.jooc.ast net.jangaroo.jooc.backend -
-
Uses of ThrowStatement in net.jangaroo.jooc.ast
Methods in net.jangaroo.jooc.ast with parameters of type ThrowStatement Modifier and Type Method Description voidAstVisitor. visitThrowStatement(ThrowStatement throwStatement)voidAstVisitorBase. visitThrowStatement(ThrowStatement throwStatement)voidTransitiveAstVisitor. visitThrowStatement(ThrowStatement throwStatement) -
Uses of ThrowStatement in net.jangaroo.jooc.backend
Methods in net.jangaroo.jooc.backend with parameters of type ThrowStatement Modifier and Type Method Description voidCodeGeneratorBase. visitThrowStatement(ThrowStatement throwStatement)
-