org.codehaus.janino
Interface Java.NamedTypeDeclaration
public
interface
Java.NamedTypeDeclaration
extends Java.TypeDeclaration
Represents the declaration of a class or an interface that has a name. (All type
declarations are named, except for anonymous classes.)
Method Summary |
String | getName()
Returns the declared (not the fully qualified) name of the class or interface. |
public String getName()
Returns the declared (not the fully qualified) name of the class or interface.