Spec-Zone .ru
спецификации, руководства, описания, API

Compiler Tree API
DRAFT ea-b118

com.sun.source.tree
Interface MemberSelectTree

All Superinterfaces:
ExpressionTree, Tree

public interface MemberSelectTree
extends ExpressionTree

A tree node for a member access expression. For example:

   expression . identifier
 

Since:
1.6
See Also:
"The Java Language Specification, 3rd ed, sections 6.5, 15.11, and 15.12"

Nested Class Summary
Modifier and Type Interface and Description
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
Tree.Kind
 
Method Summary
Modifier and Type Method and Description
 ExpressionTree getExpression()
           
 Name getIdentifier()
           
 
Methods inherited from interface com.sun.source.tree.Tree
accept, getKind
 

Method Detail

getExpression

ExpressionTree getExpression()

getIdentifier

Name getIdentifier()

Compiler Tree API
DRAFT ea-b118

Copyright © 2005, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.