| Package | Description |
|---|---|
| net.jangaroo.jooc.ast | |
| net.jangaroo.jooc.backend |
| Modifier and Type | Method and Description |
|---|---|
List<Catch> |
TryStatement.getCatches() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransitiveAstVisitor.visitCatch(Catch aCatch) |
void |
AstVisitorBase.visitCatch(Catch aCatch) |
void |
AstVisitor.visitCatch(Catch aCatch) |
| Constructor and Description |
|---|
TryStatement(JooSymbol symTry,
BlockStatement block,
List<Catch> catches) |
TryStatement(JooSymbol symTry,
BlockStatement block,
List<Catch> catches,
JooSymbol symFinally,
BlockStatement finallyBlock) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsCodeGenerator.visitCatch(Catch aCatch) |
Copyright © 2002–2020 CoreMedia AG. All rights reserved.