org.sonar.plugins.java.api.tree
Interface EnumConstantTree
- All Superinterfaces:
- Tree
@Beta
public interface EnumConstantTree
- extends Tree
Enum constant.
JLS 8.9.1
- Since:
- Java 1.5
| Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree |
Tree.Kind |
| Methods inherited from interface org.sonar.plugins.java.api.tree.Tree |
accept, is |
modifiers
ModifiersTree modifiers()
simpleName
IdentifierTree simpleName()
initializer
ExpressionTree initializer()
Copyright © 2012-2014 SonarSource. All Rights Reserved.