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

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface IdentifierTree
extends ExpressionTree

Identifier expression. JLS 6.5.6.1

   name()
 

Since:
Java 1.3

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

Method Detail

name

String name()


Copyright © 2012-2014 SonarSource. All Rights Reserved.