Web Site

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 interface:
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.


Methods inherited from interface org.codehaus.janino.Java.NamedTypeDeclaration
getName
 
Methods inherited from interface org.codehaus.janino.Java.TypeDeclaration
accept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration
 
Methods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwParseException
 
Methods inherited from interface org.codehaus.janino.Java.Scope
getEnclosingScope
 
Methods inherited from interface org.codehaus.janino.Java.TypeBodyDeclaration
accept, getDeclaringType, isStatic, setDeclaringType
 


Web Site