Class UnsafeMethodInfo

  • All Implemented Interfaces:
    java.lang.Comparable<UnsafeMethodInfo>

    public class UnsafeMethodInfo
    extends java.lang.Object
    implements java.lang.Comparable<UnsafeMethodInfo>
    • Constructor Detail

      • UnsafeMethodInfo

        public UnsafeMethodInfo​(java.lang.String attribute,
                                java.lang.reflect.Method method,
                                boolean read,
                                boolean markedAsKnownProblem)
    • Method Detail

      • getAttribute

        public java.lang.String getAttribute()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • isMarkedAsKnowProblem

        public boolean isMarkedAsKnowProblem()
      • isUnknownProblem

        public boolean isUnknownProblem()
      • isRead

        public boolean isRead()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object