Uses of Class
org.hotswap.agent.javassist.bytecode.annotation.MemberValue
-
Packages that use MemberValue Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API.org.hotswap.agent.javassist.bytecode.annotation Bytecode-level Annotations API. -
-
Uses of MemberValue in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return MemberValue Modifier and Type Method Description MemberValueAnnotationDefaultAttribute. getDefaultValue()Obtains the default value represented by this attribute.Methods in org.hotswap.agent.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 org.hotswap.agent.javassist.bytecode.annotation
Subclasses of MemberValue in org.hotswap.agent.javassist.bytecode.annotation Modifier and Type Class Description classAnnotationMemberValueNested annotation.classArrayMemberValueArray member.classBooleanMemberValueBoolean constant value.classByteMemberValueByte constant value.classClassMemberValueClass value.classDoubleMemberValueDouble floating-point number constant value.classEnumMemberValueEnum constant value.classFloatMemberValueFloating-point number constant value.classCharMemberValueChar constant value.classIntegerMemberValueInteger constant value.classLongMemberValueLong integer constant value.classShortMemberValueShort integer constant value.classStringMemberValueString constant value.Methods in org.hotswap.agent.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 org.hotswap.agent.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 org.hotswap.agent.javassist.bytecode.annotation with parameters of type MemberValue Constructor Description ArrayMemberValue(MemberValue t, ConstPool cp)Constructs an array.
-