org.sonar.javascript.model
Interface PropertyAccessTree

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

public interface PropertyAccessTree
extends ExpressionTree

Property Access.

   expression() . identifier()
 

This interface is not intended to be implemented by clients.


Method Summary
 ExpressionTree expression()
           
 IdentifierTree identifier()
           
 
Methods inherited from interface org.sonar.javascript.model.Tree
as, getLine, is
 

Method Detail

expression

ExpressionTree expression()

identifier

IdentifierTree identifier()


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