Interface MemberSelectTree
- All Superinterfaces:
ExpressionTree, Tree
A tree node for a member access expression.
For example:
expression . identifier
- Since:
- 9
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe object expression whose member is being selected.Returns the name of the property.Methods inherited from interface Tree
accept, getEndPosition, getKind, getStartPosition
-
Method Details
-
getExpression
ExpressionTree getExpression()The object expression whose member is being selected.- Returns:
- the object whose member is selected
-
getIdentifier
-