org.openjdk.jmh.generators.reflective
Class RFFieldInfo

java.lang.Object
  extended by org.openjdk.jmh.generators.reflective.RFFieldInfo
All Implemented Interfaces:
FieldInfo, MetadataInfo

public class RFFieldInfo
extends Object
implements FieldInfo


Constructor Summary
RFFieldInfo(ClassInfo declaringClass, Field f)
           
 
Method Summary
<T extends Annotation>
T
getAnnotation(Class<T> annClass)
           
 ClassInfo getDeclaringClass()
           
 String getName()
           
 String getType()
           
 boolean isPublic()
           
 boolean isStatic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RFFieldInfo

public RFFieldInfo(ClassInfo declaringClass,
                   Field f)
Method Detail

getDeclaringClass

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

getName

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

getType

public String getType()
Specified by:
getType in interface FieldInfo

getAnnotation

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

isPublic

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

isStatic

public boolean isStatic()
Specified by:
isStatic in interface FieldInfo


Copyright © 2014. All Rights Reserved.