Package | Description |
---|---|
jdk.nashorn.api.tree |
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
|
Modifier and Type | Method | Description |
---|---|---|
List<? extends CatchTree> |
TryTree.getCatches() |
Returns the list of 'catch' statements associated with this 'try'.
|
Modifier and Type | Method | Description |
---|---|---|
R |
SimpleTreeVisitorES5_1.visitCatch(CatchTree node,
P r) |
|
R |
TreeVisitor.visitCatch(CatchTree node,
P p) |
Visit catch block statement tree.
|
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1