ExpressionTree
, Tree
public interface IdentifierTree extends ExpressionTree
name
Modifier and Type | Method and 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()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-31-194618.buildd.src