|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.fasterxml.classmate.members.RawMember
com.fasterxml.classmate.members.RawMethod
public final class RawMethod
| Field Summary | |
|---|---|
protected int |
_hashCode
|
protected Method |
_method
|
| Fields inherited from class com.fasterxml.classmate.members.RawMember |
|---|
_declaringType |
| Constructor Summary | |
|---|---|
RawMethod(ResolvedType context,
Method method)
|
|
| Method Summary | |
|---|---|
MethodKey |
createKey()
|
boolean |
equals(Object o)
|
Method |
getRawMember()
|
int |
hashCode()
|
boolean |
isAbstract()
|
boolean |
isNative()
|
boolean |
isStrict()
|
boolean |
isSynchronized()
|
| Methods inherited from class com.fasterxml.classmate.members.RawMember |
|---|
getAnnotations, getDeclaringType, getModifiers, getName, isFinal, isPrivate, isProtected, isPublic, isStatic, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected final Method _method
protected final int _hashCode
| Constructor Detail |
|---|
public RawMethod(ResolvedType context,
Method method)
| Method Detail |
|---|
public Method getRawMember()
getRawMember in class RawMemberpublic boolean isAbstract()
public boolean isStrict()
public boolean isNative()
public boolean isSynchronized()
public MethodKey createKey()
public int hashCode()
hashCode in class RawMemberpublic boolean equals(Object o)
equals in class RawMember
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||