com.fasterxml.classmate.members
Class RawMethod

java.lang.Object
  extended by com.fasterxml.classmate.members.RawMember
      extended by com.fasterxml.classmate.members.RawMethod

public final class RawMethod
extends RawMember


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

_method

protected final Method _method

_hashCode

protected final int _hashCode
Constructor Detail

RawMethod

public RawMethod(ResolvedType context,
                 Method method)
Method Detail

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


Copyright © 2012 fasterxml.com. All Rights Reserved.