Package org.openjdk.asmtools.jasm
Class ParserAnnotation.ConstElemValue
- java.lang.Object
-
- org.openjdk.asmtools.jasm.ParserAnnotation.ConstElemValue
-
- All Implemented Interfaces:
Data
- Enclosing class:
- ParserAnnotation
static class ParserAnnotation.ConstElemValue extends java.lang.Object implements Data
ConstElemValue Annotation Element value referring to a Constant
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConstantPool.ConstCell
indx
(package private) char
tag
-
Constructor Summary
Constructors Constructor Description ConstElemValue(char tag, ConstantPool.ConstCell indx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Field Detail
-
tag
char tag
-
indx
ConstantPool.ConstCell indx
-
-
Constructor Detail
-
ConstElemValue
ConstElemValue(char tag, ConstantPool.ConstCell indx)
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-