Interface Java.MemberTypeDeclaration
- All Superinterfaces:
Java.Annotatable, Java.Locatable, Java.NamedTypeDeclaration, Java.Scope, Java.TypeBodyDeclaration, Java.TypeDeclaration
- All Known Implementing Classes:
Java.MemberAnnotationTypeDeclaration, Java.MemberClassDeclaration, Java.MemberEnumDeclaration, 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 Java.Annotatable
getAnnotationsMethods inherited from interface Java.Locatable
getLocation, throwCompileExceptionMethods inherited from interface Java.NamedTypeDeclaration
getName, getOptionalTypeParametersMethods inherited from interface Java.Scope
getEnclosingScopeMethods inherited from interface Java.TypeBodyDeclaration
accept, getDeclaringType, getModifiers, setDeclaringTypeMethods inherited from interface Java.TypeDeclaration
accept, createAnonymousClassName, createLocalTypeName, getClassName, getMemberTypeDeclaration, getMemberTypeDeclarations, getMethodDeclaration, getMethodDeclarations
-
Method Details
-
getAccess
Access getAccess()- Returns:
- The accessability declared for this member type
-