|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents the declaration of a class or an interface that has a name. (All type declarations are named, except for anonymous classes.)
Method Summary | |
java.lang.String |
getName()
Returns the declared (not the fully qualified) name of the class or interface. |
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
accept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
getLocation, throwParseException |
Methods inherited from interface org.codehaus.janino.Java.Scope |
getEnclosingScope |
Method Detail |
public java.lang.String getName()
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |