public static final class ClassFile.AnnotationsAttribute.ClassElementValue extends ClassFile.AnnotationsAttribute.ConstantElementValue
ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX extends Throwable>constantValueIndex| Constructor and Description |
|---|
ClassElementValue(short constantValueIndex) |
| Modifier and Type | Method and Description |
|---|---|
protected <R,EX extends Throwable> |
accept(ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX> visitor)
Invokes the respective method of the
ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor. |
accept, getTag, storepublic ClassElementValue(short constantValueIndex)
constantValueIndex - Index of a constant pool entry that is a CONSTANT_Utf8_info structure
representing a return descriptorprotected <R,EX extends Throwable> R accept(ClassFile.AnnotationsAttribute.ConstantElementValue.Visitor<R,EX> visitor) throws EX extends Throwable
ClassFile.AnnotationsAttribute.ConstantElementValueClassFile.AnnotationsAttribute.ConstantElementValue.Visitor.accept in class ClassFile.AnnotationsAttribute.ConstantElementValueEX extends Throwable