Class RawMethod

java.lang.Object
com.strobel.reflection.RawMember
com.strobel.reflection.RawMethod

final class RawMethod extends RawMember
  • Field Details

    • _method

      private final Method _method
    • _hashCode

      private final int _hashCode
  • Constructor Details

    • RawMethod

      public RawMethod(Type context, Method method)
  • Method Details

    • getRawMember

      public Method getRawMember()
      Specified by:
      getRawMember in class RawMember
    • isAbstract

      public boolean isAbstract()
    • isStrict

      public boolean isStrict()
    • isNative

      public boolean isNative()
    • isSynchronized

      public boolean isSynchronized()
    • createKey

      public MethodKey createKey()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in class RawMember
    • equals

      public boolean equals(Object o)
      Specified by:
      equals in class RawMember