Constructors in org.jboss.classfilewriter.annotations with parameters of type ConstPool |
AnnotationAnnotationValue(ConstPool constPool,
String name,
ClassAnnotation value)
|
AnnotationsAttribute(AnnotationsAttribute.Type type,
ConstPool constPool)
|
AnnotationValue(ConstPool constPool,
String name)
|
ArrayAnnotationValue(ConstPool constPool,
String name,
List<AnnotationValue> value)
|
BooleanAnnotationValue(ConstPool constPool,
String name,
boolean value)
|
ByteAnnotationValue(ConstPool constPool,
String name,
byte value)
|
CharAnnotationValue(ConstPool constPool,
String name,
char value)
|
ClassAnnotation(ConstPool constPool,
String type,
List<AnnotationValue> annotationValues)
|
ClassAnnotationValue(ConstPool constPool,
String name,
Class<?> value)
|
ClassAnnotationValue(ConstPool constPool,
String name,
String descriptor)
|
DoubleAnnotationValue(ConstPool constPool,
String name,
double value)
|
EnumAnnotationValue(ConstPool constPool,
String name,
Enum<?> value)
|
EnumAnnotationValue(ConstPool constPool,
String name,
String enumType,
String enumValue)
|
FloatAnnotationValue(ConstPool constPool,
String name,
float value)
|
IntAnnotationValue(ConstPool constPool,
String name,
int value)
|
LongAnnotationValue(ConstPool constPool,
String name,
long value)
|
ParameterAnnotationsAttribute(ParameterAnnotationsAttribute.Type type,
ConstPool constPool,
int noParameters)
|
ShortAnnotationValue(ConstPool constPool,
String name,
short value)
|
StringAnnotationValue(ConstPool constPool,
String name,
String value)
|