Package com.strobel.reflection
Class RawMethod
java.lang.Object
com.strobel.reflection.RawMember
com.strobel.reflection.RawMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.strobel.reflection.RawMember
getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString
-
Field Details
-
_method
-
_hashCode
private final int _hashCode
-
-
Constructor Details
-
RawMethod
-
-
Method Details
-
getRawMember
- Specified by:
getRawMember
in classRawMember
-
isAbstract
public boolean isAbstract() -
isStrict
public boolean isStrict() -
isNative
public boolean isNative() -
isSynchronized
public boolean isSynchronized() -
createKey
-
hashCode
public int hashCode() -
equals
-