Interface EntryPointFilter

    • Method Detail

      • isEntryPointClass

        boolean isEntryPointClass​(Model model,
                                  ClassDescriptor cd)
        Is entry point class boolean.
        Parameters:
        model - the model
        cd - the cd
        Returns:
        the boolean
      • isEntryPointMethod

        boolean isEntryPointMethod​(Model model,
                                   ClassDescriptor cd,
                                   MethodDescriptor md)
        Is entry point method boolean.
        Parameters:
        model - the model
        cd - the cd
        md - the md
        Returns:
        the boolean
      • isEntryPointField

        boolean isEntryPointField​(Model model,
                                  ClassDescriptor cd,
                                  FieldDescriptor fd)
        Is entry point field boolean.
        Parameters:
        model - the model
        cd - the cd
        fd - the fd
        Returns:
        the boolean
      • setRetainAttribute

        void setRetainAttribute​(ClassDescriptor cd)
        Sets retain attribute.
        Parameters:
        cd - the cd