ExpressionTree
, Tree
public interface IdentifierTree extends ExpressionTree
name
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Returns the name of this identifier.
|
boolean |
isDefault() |
Is this "default" used in module export entry?
|
boolean |
isRestParameter() |
Is this a rest parameter for a function or rest elements of an array?
|
boolean |
isStar() |
Is this "*" used in module export entry?
|
boolean |
isStarDefaultStar() |
Is this "*default*" used in module export entry?
|
boolean |
isSuper() |
Is this super identifier?
|
boolean |
isThis() |
Is this 'this' identifier?
|
accept, getEndPosition, getKind, getStartPosition
String getName()
boolean isRestParameter()
boolean isSuper()
boolean isThis()
boolean isStar()
boolean isDefault()
boolean isStarDefaultStar()
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 © 2014, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b147-1