public static interface ClassFile.AnnotationsAttribute.ElementValue
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ClassFile.AnnotationsAttribute.ElementValue.Visitor<R,EX extends Throwable>
The visitor interface for the implementation of the "visitor" pattern.
|
| Modifier and Type | Method and Description |
|---|---|
<R,EX extends Throwable> |
accept(ClassFile.AnnotationsAttribute.ElementValue.Visitor<R,EX> visitor)
Invokes the respective method of the
ClassFile.AnnotationsAttribute.ElementValue.Visitor. |
byte |
getTag() |
void |
store(DataOutputStream dos)
Writes this element value in an element-value-type dependent way; see JVMS8 4.7.16.1.
|
byte getTag()
void store(DataOutputStream dos) throws IOException
IOException@Nullable <R,EX extends Throwable> R accept(ClassFile.AnnotationsAttribute.ElementValue.Visitor<R,EX> visitor) throws EX extends Throwable
ClassFile.AnnotationsAttribute.ElementValue.Visitor.EX extends Throwable