Interface CatchBlockTree
- All Superinterfaces:
Tree
- All Known Implementing Classes:
CatchBlockTreeImpl
-
Method Details
-
catchToken
SyntaxToken catchToken() -
openParenthesisToken
SyntaxToken openParenthesisToken() -
exceptionTypes
SeparatedList<NamespaceNameTree> exceptionTypes() -
variable
-
closeParenthesisToken
SyntaxToken closeParenthesisToken() -
block
BlockTree block()
-