org.openjdk.jmh.generators.reflective
Class RFMethodInfo

java.lang.Object
  extended by org.openjdk.jmh.generators.reflective.RFMethodInfo
All Implemented Interfaces:
Comparable<MethodInfo>, MetadataInfo, MethodInfo

public class RFMethodInfo
extends Object
implements MethodInfo


Constructor Summary
RFMethodInfo(RFClassInfo declaringClass, Method m)
           
 
Method Summary
 int compareTo(MethodInfo o)
           
<T extends Annotation>
T
getAnnotation(Class<T> annClass)
           
 ClassInfo getDeclaringClass()
           
 String getName()
           
 Collection<ParameterInfo> getParameters()
           
 String getQualifiedName()
           
 String getReturnType()
           
 boolean isAbstract()
           
 boolean isPublic()
           
 boolean isStrictFP()
           
 boolean isSynchronized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFMethodInfo

public RFMethodInfo(RFClassInfo declaringClass,
                    Method m)
Method Detail

getDeclaringClass

public ClassInfo getDeclaringClass()
Specified by:
getDeclaringClass in interface MethodInfo

getName

public String getName()
Specified by:
getName in interface MethodInfo

getQualifiedName

public String getQualifiedName()
Specified by:
getQualifiedName in interface MethodInfo

getReturnType

public String getReturnType()
Specified by:
getReturnType in interface MethodInfo

getParameters

public Collection<ParameterInfo> getParameters()
Specified by:
getParameters in interface MethodInfo

getAnnotation

public <T extends Annotation> T getAnnotation(Class<T> annClass)
Specified by:
getAnnotation in interface MethodInfo

isPublic

public boolean isPublic()
Specified by:
isPublic in interface MethodInfo

isAbstract

public boolean isAbstract()
Specified by:
isAbstract in interface MethodInfo

isSynchronized

public boolean isSynchronized()
Specified by:
isSynchronized in interface MethodInfo

isStrictFP

public boolean isStrictFP()
Specified by:
isStrictFP in interface MethodInfo

compareTo

public int compareTo(MethodInfo o)
Specified by:
compareTo in interface Comparable<MethodInfo>


Copyright © 2014. All Rights Reserved.