org.sonar.javascript.model
Interface IdentifierTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
TreeImpl.IdentifierTreeImpl

public interface IdentifierTree
extends ExpressionTree

Identifier

This interface is not intended to be implemented by clients.


Method Summary
 String name()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

name

String name()


Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.