Uses of Interface
org.openjdk.nashorn.api.tree.CatchTree
Packages that use CatchTree
Package
Description
Nashorn parser API provides interfaces to represent ECMAScript source code
as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts.
-
Uses of CatchTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return types with arguments of type CatchTreeModifier and TypeMethodDescriptionTryTree.getCatches()
Returns the list of 'catch' statements associated with this 'try'.Methods in org.openjdk.nashorn.api.tree with parameters of type CatchTreeModifier and TypeMethodDescriptionSimpleTreeVisitorES5_1.visitCatch
(CatchTree node, P r) TreeVisitor.visitCatch
(CatchTree node, P p) Visit catch block statement tree.