|
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.InterfaceDeclaration
org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
public static final class Java.PackageMemberInterfaceDeclaration
| Field Summary |
|---|
| Fields inherited from class org.codehaus.janino.Java.InterfaceDeclaration |
|---|
constantDeclarations, extendedTypes, name |
| Fields inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
|---|
anonymousClassCount, declaredClassesAndInterfaces, declaredMethods, localClassCount, modifiers |
| Constructor Summary | |
|---|---|
Java.PackageMemberInterfaceDeclaration(Location location,
java.lang.String optionalDocComment,
short modifiers,
java.lang.String name,
Java.Type[] extendedTypes)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.TypeDeclarationVisitor visitor)
|
java.lang.String |
getClassName()
Determine the effective class name, e.g. |
Java.CompilationUnit |
getDeclaringCompilationUnit()
|
void |
setDeclaringCompilationUnit(Java.CompilationUnit declaringCompilationUnit)
|
| Methods inherited from class org.codehaus.janino.Java.InterfaceDeclaration |
|---|
addConstantDeclaration, getDocComment, getName, hasDeprecatedDocTag, toString |
| Methods inherited from class org.codehaus.janino.Java.AbstractTypeDeclaration |
|---|
addDeclaredMethod, addMemberTypeDeclaration, createAnonymousClassName, createLocalTypeName, getEnclosingScope, getLocation, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, invalidateMethodCaches, setEnclosingScope, 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.NamedTypeDeclaration |
|---|
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.PackageMemberInterfaceDeclaration(Location location,
java.lang.String optionalDocComment,
short modifiers,
java.lang.String name,
Java.Type[] extendedTypes)
throws Parser.ParseException
Parser.ParseException| Method Detail |
|---|
public void setDeclaringCompilationUnit(Java.CompilationUnit declaringCompilationUnit)
setDeclaringCompilationUnit in interface Java.PackageMemberTypeDeclarationpublic Java.CompilationUnit getDeclaringCompilationUnit()
getDeclaringCompilationUnit in interface Java.PackageMemberTypeDeclarationpublic java.lang.String getClassName()
Java.TypeDeclaration
getClassName in interface Java.TypeDeclarationpublic final void accept(Visitor.TypeDeclarationVisitor visitor)
accept in interface Java.TypeDeclaration
|
Web Site | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||