ExpressionTree
, Tree
public interface MemberReferenceTree extends ExpressionTree
expression # [ identifier | new ]
Modifier and Type | Interface | Description |
---|---|---|
static class |
MemberReferenceTree.ReferenceMode |
There are two kinds of member references: (i) method references and
(ii) constructor references
|
Modifier and Type | Method | Description |
---|---|---|
MemberReferenceTree.ReferenceMode |
getMode() |
Returns the mode of the reference.
|
Name |
getName() |
Returns the name of the reference.
|
ExpressionTree |
getQualifierExpression() |
Returns the qualifier expression for the reference.
|
List<? extends ExpressionTree> |
getTypeArguments() |
Returns the type arguments for the reference.
|
MemberReferenceTree.ReferenceMode getMode()
ExpressionTree getQualifierExpression()
Name getName()
List<? extends ExpressionTree> getTypeArguments()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b155-1