Uses of Interface
com.sun.source.tree.CatchTree
Package
Description
Provides interfaces to represent source code as abstract syntax
trees (AST).
Provides utilities for operations on abstract syntax trees (AST).
-
Uses of CatchTree in com.sun.source.tree
Modifier and TypeMethodDescriptionTryTree.getCatches()
Returns any catch blocks provided in thetry
statement.Modifier and TypeMethodDescriptionTreeVisitor.visitCatch
(CatchTree node, P p) Visits aCatchTree
node. -
Uses of CatchTree in com.sun.source.util
Modifier and TypeMethodDescriptionabstract TypeMirror
Returns the lub of an exception parameter declared in a catch clause.SimpleTreeVisitor.visitCatch
(CatchTree node, P p) Visits aCatchTree
node.TreeScanner.visitCatch
(CatchTree node, P p) Visits aCatchTree
node.