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

All Superinterfaces:
Tree

@Beta
public interface ModifiersTree
extends Tree

Modifiers. JLS 8.1.1, 8.3.1, 8.4.3, 8.5.1, 8.8.3, 9.1.1, 9.7

Since:
Java 1.3

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 List<AnnotationTree> annotations()
           
 List<Modifier> modifiers()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

annotations

List<AnnotationTree> annotations()
Since:
Java 1.5

modifiers

List<Modifier> modifiers()


Copyright © 2012-2014 SonarSource. All Rights Reserved.