|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.janino.Java.AbstractTypeDeclaration
org.codehaus.janino.Java.ClassDeclaration
org.codehaus.janino.Java.NamedClassDeclaration
org.codehaus.janino.Java.PackageMemberClassDeclaration
Field Summary |
Fields inherited from class org.codehaus.janino.Java.NamedClassDeclaration |
name |
Fields inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
anonymousClassCount, enclosingScope, localClassCount, modifiers |
Constructor Summary | |
Java.PackageMemberClassDeclaration(Location location,
Java.CompilationUnit declaringCompilationUnit,
String optionalDocComment,
short modifiers,
String name,
Java.Type optionalExtendedType,
Java.Type[] implementedTypes)
|
Method Summary | |
String |
getClassName()
Determine the effective class name, e.g. |
protected IClass |
getOuterIClass2()
|
void |
visit(org.codehaus.janino.Visitor.TypeDeclarationVisitor visitor)
|
Methods inherited from class org.codehaus.janino.Java.NamedClassDeclaration |
getDocComment, getName, hasDeprecatedDocTag, toString |
Methods inherited from class org.codehaus.janino.Java.ClassDeclaration |
addConstructor, addVariableDeclaratorOrInitializer, defineSyntheticField |
Methods inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
addDeclaredMethod, addMemberTypeDeclaration, createAnonymousClassName, createLocalTypeName, getEnclosingScope, getLocation, getMemberTypeDeclaration, getMemberTypeDeclarations, throwParseException |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.codehaus.janino.Java.PackageMemberTypeDeclaration |
getName |
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration |
createAnonymousClassName, createLocalTypeName, getMemberTypeDeclaration |
Methods inherited from interface org.codehaus.janino.Java.Locatable |
getLocation, throwParseException |
Methods inherited from interface org.codehaus.janino.Java.Scope |
getEnclosingScope |
Constructor Detail |
public Java.PackageMemberClassDeclaration(Location location, Java.CompilationUnit declaringCompilationUnit, String optionalDocComment, short modifiers, String name, Java.Type optionalExtendedType, Java.Type[] implementedTypes) throws Parser.ParseException
Method Detail |
protected IClass getOuterIClass2()
public String getClassName()
Java.TypeDeclaration
getClassName
in interface Java.TypeDeclaration
public final void visit(org.codehaus.janino.Visitor.TypeDeclarationVisitor visitor)
visit
in interface Java.TypeDeclaration
|
Web Site | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |