Uses of Class
javassist.bytecode.annotation.MemberValue
-
Packages that use MemberValue Package Description javassist.bytecode Bytecode-level API.javassist.bytecode.annotation Bytecode-level Annotations API. -
-
Uses of MemberValue in javassist.bytecode
Methods in javassist.bytecode that return MemberValue Modifier and Type Method Description MemberValueAnnotationDefaultAttribute. getDefaultValue()Obtains the default value represented by this attribute.Methods in javassist.bytecode with parameters of type MemberValue Modifier and Type Method Description voidAnnotationDefaultAttribute. setDefaultValue(MemberValue value)Changes the default value represented by this attribute. -
Uses of MemberValue in javassist.bytecode.annotation
Subclasses of MemberValue in javassist.bytecode.annotation Modifier and Type Class Description classAnnotationMemberValueNested annotation.classArrayMemberValueArray member.classBooleanMemberValueBoolean constant value.classByteMemberValueByte constant value.classCharMemberValueChar constant value.classClassMemberValueClass value.classDoubleMemberValueDouble floating-point number constant value.classEnumMemberValueEnum constant value.classFloatMemberValueFloating-point number constant value.classIntegerMemberValueInteger constant value.classLongMemberValueLong integer constant value.classShortMemberValueShort integer constant value.classStringMemberValueString constant value.Methods in javassist.bytecode.annotation that return MemberValue Modifier and Type Method Description static MemberValueAnnotation. createMemberValue(ConstPool cp, CtClass type)Makes an instance ofMemberValue.MemberValueAnnotation. getMemberValue(String name)Obtains the member value with the given name.MemberValueArrayMemberValue. getType()Obtains the type of the elements.MemberValue[]ArrayMemberValue. getValue()Obtains the elements of the array.Methods in javassist.bytecode.annotation with parameters of type MemberValue Modifier and Type Method Description voidAnnotation. addMemberValue(int nameIndex, MemberValue value)Adds a new member.voidAnnotation. addMemberValue(String name, MemberValue value)Adds a new member.voidArrayMemberValue. setValue(MemberValue[] elements)Sets the elements of the array.Constructors in javassist.bytecode.annotation with parameters of type MemberValue Constructor Description ArrayMemberValue(MemberValue t, ConstPool cp)Constructs an array.
-