-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface jdk.nashorn.api.tree.Tree
Tree.Kind
-
Method Summary
All Methods Instance Methods Abstract Methods
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?
|