-
getSimpleName
Name getSimpleName()
Returns the simple name of a constructor, method, or initializer. For a constructor, the name "<init>" is returned, for a static initializer, the name "<clinit>" is returned, and for an anonymous class or instance initializer, an empty name is returned.
-
Specified by:
-
getSimpleName in interface Element
-
Returns:
- the simple name of a constructor, method, or initializer
-
See Also:
-
PackageElement.getSimpleName() , getSimpleName() , TypeElement.getSimpleName() , VariableElement.getSimpleName()
|
-
getSimpleName
Name getSimpleName()
Returns the simple name of a constructor, method, or initializer. For a constructor, the name "<init>" is returned, for a static initializer, the name "<clinit>" is returned, and for an anonymous class or instance initializer, an empty name is returned.
-
Specified by:
-
getSimpleName in interface Element
-
Returns:
- the simple name of a constructor, method, or initializer
|
-
getSimpleName
Name getSimpleName()
Returns the simple name of a constructor, method, or initializer. For a constructor, the name "<init>" is returned, for a static initializer, the name "<clinit>" is returned, and for an anonymous class or instance initializer, an empty name is returned.
-
Specified by:
-
getSimpleName in interface Element
-
Returns:
- the simple name of a constructor, method, or initializer
-
See Also:
-
PackageElement.getSimpleName() , getSimpleName() , TypeElement.getSimpleName() , VariableElement.getSimpleName()
|
|