Interface ASTAnyTypeDeclaration

    • Method Detail

      • getDeclarations

        java.util.List<ASTAnyTypeBodyDeclaration> getDeclarations()
        Retrieves the member declarations (fields, methods, classes, etc.) from the body of this type declaration.
        Returns:
        The member declarations declared in this type declaration
      • isNested

        boolean isNested()
        Returns true if this type declaration is nested inside an interface, class or annotation.