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 Class Summary
 
Nested classes/interfaces inherited from interface org.sonar.plugins.java.api.tree.Tree
Tree.Kind
 
Method Summary
 ExpressionTree initializer()
           
 ModifiersTree modifiers()
           
 IdentifierTree simpleName()
           
 
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, is
 

Method Detail

modifiers

ModifiersTree modifiers()

simpleName

IdentifierTree simpleName()

initializer

ExpressionTree initializer()


Copyright © 2012-2014 SonarSource. All Rights Reserved.