Class RFFieldInfo
java.lang.Object
org.openjdk.jmh.generators.reflection.RFFieldInfo
- All Implemented Interfaces:
FieldInfo
,MetadataInfo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends Annotation>
TgetAnnotation
(Class<T> annClass) getName()
getType()
boolean
isFinal()
boolean
isPublic()
boolean
isStatic()
toString()
-
Field Details
-
declaringClass
-
f
-
-
Constructor Details
-
RFFieldInfo
-
-
Method Details
-
getDeclaringClass
- Specified by:
getDeclaringClass
in interfaceFieldInfo
- Returns:
- reference to syntactically-enclosing class
-
getName
-
getType
-
getAnnotation
- Specified by:
getAnnotation
in interfaceFieldInfo
- Type Parameters:
T
- annotation type- Parameters:
annClass
- annotation class- Returns:
- field-level annotation, if any; null otherwise
-
isPublic
public boolean isPublic() -
isStatic
public boolean isStatic() -
isFinal
public boolean isFinal() -
toString
-