|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Represents a class or interface declaration on compilation unit level. These are called "package member types" because they are immediate members of a package, e.g. "java.lang.String".
Method Summary | |
String |
getName()
Returns the declared (not the fully qualified) name of the class or interface. |
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration, visit |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
getLocation, throwParseException |
Methods inherited from interface org.codehaus.janino.Java.Scope |
getEnclosingScope |
Method Detail |
public String getName()
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |