Package org.codehaus.janino
Interface Java.MemberTypeDeclaration
- All Superinterfaces:
Java.Locatable
,Java.NamedTypeDeclaration
,Java.Scope
,Java.TypeBodyDeclaration
,Java.TypeDeclaration
- All Known Implementing Classes:
Java.MemberClassDeclaration
,Java.MemberInterfaceDeclaration
- Enclosing class:
- Java
public static interface Java.MemberTypeDeclaration
extends Java.NamedTypeDeclaration, Java.TypeBodyDeclaration
Represents a class or interface declaration where the immediately enclosing scope is
another class or interface declaration.
-
Method Summary
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwCompileException
Methods inherited from interface org.codehaus.janino.Java.NamedTypeDeclaration
getName
Methods inherited from interface org.codehaus.janino.Java.Scope
getEnclosingScope
Methods inherited from interface org.codehaus.janino.Java.TypeBodyDeclaration
accept, getDeclaringType, isStatic, setDeclaringType
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration
accept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, getMethodDeclarations, getModifiersAndAnnotations