|
||||||||||
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 class RawMethod
Field Summary | |
---|---|
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()
|
Methods inherited from class com.fasterxml.classmate.members.RawMember |
---|
getAnnotations, getDeclaringType, getModifiers, getName, hashCode, isAbstract, isStatic, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected final Method _method
Constructor Detail |
---|
public RawMethod(ResolvedType context, Method method)
Method Detail |
---|
public Method getRawMember()
getRawMember
in class RawMember
public MethodKey createKey()
public boolean equals(Object o)
equals
in class RawMember
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |