|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Java.NamedTypeDeclaration
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 |
---|
java.lang.String getName()
|
janino.net | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |