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

All Superinterfaces:
ExpressionTree, Tree

@Beta
public interface MemberSelectExpressionTree
extends ExpressionTree

Member select expression. JLS 6.5, 15.11, 15.12

   expression() . identifier()
 

Since:
Java 1.3

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

Method Detail

expression

ExpressionTree expression()

identifier

IdentifierTree identifier()


Copyright © 2012-2014 SonarSource. All Rights Reserved.