org.sonar.plugins.java.api.tree
Interface CatchTree

All Superinterfaces:
Tree

@Beta
public interface CatchTree
extends Tree

'catch' in a 'try' statement. JLS 14.20

   catch (parameter()) block()
 

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 BlockTree block()
           
 VariableTree parameter()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

parameter

VariableTree parameter()

block

BlockTree block()


Copyright © 2012-2014 SonarSource. All Rights Reserved.