org.openjdk.jmh.generators.reflective
Class RFMethodInfo
java.lang.Object
org.openjdk.jmh.generators.reflective.RFMethodInfo
- All Implemented Interfaces:
- Comparable<MethodInfo>, MetadataInfo, MethodInfo
public class RFMethodInfo
- extends Object
- implements MethodInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RFMethodInfo
public RFMethodInfo(RFClassInfo declaringClass,
Method m)
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.