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.
| Methods inherited from interface org.sonar.javascript.model.Tree |
as, getLine, is |
expression
ExpressionTree expression()
identifier
IdentifierTree identifier()
Copyright © 2011-2014 SonarSource and Eriks Nukis. All Rights Reserved.