Returns the name of the class that gets extended by this class.
If the parsed class declaration did not contain an explicit
'extends'-clause, "java.lang.Object" is returned.
Fully qualifies a class identifier, taking into account the current
package of this class and the import statements.
The fully qualified class identifier.
Fully qualifies a class identifier, taking into account the current
package of this class and the import statements.
The fully qualified class identifier.