- 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 org.openjdk.nashorn.api.tree.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
String getIdentifier()Returns the name of the property.- Returns:
- the name of the property
-