org.codehaus.janino
Class Java.PackageMemberInterfaceDeclaration
java.lang.Object
org.codehaus.janino.Java.AbstractTypeDeclaration
org.codehaus.janino.Java.InterfaceDeclaration
org.codehaus.janino.Java.PackageMemberInterfaceDeclaration
- All Implemented Interfaces:
- Java.DocCommentable, Java.Locatable, Java.NamedTypeDeclaration, Java.PackageMemberTypeDeclaration, Java.Scope, Java.TypeDeclaration
- Enclosing class:
- Java
- public static final class Java.PackageMemberInterfaceDeclaration
- extends Java.InterfaceDeclaration
- implements Java.PackageMemberTypeDeclaration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Java.PackageMemberInterfaceDeclaration
public Java.PackageMemberInterfaceDeclaration(Location location,
java.lang.String optionalDocComment,
short modifiers,
java.lang.String name,
Java.Type[] extendedTypes)
throws Parser.ParseException
setDeclaringCompilationUnit
public void setDeclaringCompilationUnit(Java.CompilationUnit declaringCompilationUnit)
- Specified by:
setDeclaringCompilationUnit
in interface Java.PackageMemberTypeDeclaration
getDeclaringCompilationUnit
public Java.CompilationUnit getDeclaringCompilationUnit()
- Specified by:
getDeclaringCompilationUnit
in interface Java.PackageMemberTypeDeclaration
getClassName
public java.lang.String getClassName()
- Description copied from interface:
Java.TypeDeclaration
- Determine the effective class name, e.g. "pkg.Outer$Inner".
- Specified by:
getClassName
in interface Java.TypeDeclaration
accept
public final void accept(Visitor.TypeDeclarationVisitor visitor)
- Specified by:
accept
in interface Java.TypeDeclaration