Modifier and Type | Method and Description |
---|---|
BlockTree |
CatchTree.getBlock() |
BlockTree |
TryTree.getBlock() |
BlockTree |
FunctionDeclarationTree.getBody() |
BlockTree |
FunctionExpressionTree.getBody() |
BlockTree |
TryTree.getFinallyBlock() |
Modifier and Type | Method and Description |
---|---|
R |
TreeVisitor.visitBlock(BlockTree node,
P p) |