Returns the name of the Identifier. If there were parse errors, misparsed regions may be represented as an Identifier for which !isValid(getName()).
()
| 48 | * represented as an Identifier for which {@code !isValid(getName())}. |
| 49 | */ |
| 50 | public String getName() { |
| 51 | return name; |
| 52 | } |
| 53 | |
| 54 | public boolean isPrivate() { |
| 55 | return name.startsWith("_"); |
no outgoing calls