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
StringgetName()
Returns the declared (not the fully qualified) name of the class or interface.

Method Detail

getName

public String getName()
Returns the declared (not the fully qualified) name of the class or interface.