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