name property
The name of the variable. The name "this" has a special meaning and is used as an implicit target for runtime completion, and in explicit "this" references.
Implementation
String name;
The name of the variable. The name "this" has a special meaning and is used as an implicit target for runtime completion, and in explicit "this" references.
String name;