Class CatchTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.statement.CatchTreeImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImplModifier and TypeClassDescriptionstatic interfaceThis interface is dedicated to mark TypeTrees which will requires completion of their annotations during parsing.static classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic class -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionCatchTreeImpl(InternalSyntaxToken catchToken, InternalSyntaxToken openParenToken, VariableTreeImpl parameter, InternalSyntaxToken closeParenToken, BlockTreeImpl block) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TreeVisitor visitor) block()children()Creates iterable for children of this node.kind()
-
Constructor Details
-
CatchTreeImpl
public CatchTreeImpl(InternalSyntaxToken catchToken, InternalSyntaxToken openParenToken, VariableTreeImpl parameter, InternalSyntaxToken closeParenToken, BlockTreeImpl block)
-
-
Method Details
-
kind
-
catchKeyword
- Specified by:
catchKeywordin interfaceCatchTree
-
openParenToken
- Specified by:
openParenTokenin interfaceCatchTree
-
parameter
-
closeParenToken
- Specified by:
closeParenTokenin interfaceCatchTree
-
block
-
accept
-
children
-