Package org.openjdk.asmtools.jasm
Class ParserAnnotation.EnumElemValue
- java.lang.Object
-
- org.openjdk.asmtools.jasm.ParserAnnotation.EnumElemValue
-
- All Implemented Interfaces:
Data
- Enclosing class:
- ParserAnnotation
static class ParserAnnotation.EnumElemValue extends java.lang.Object implements Data
EnumElemValue Element Value for Enums
-
-
Field Summary
Fields Modifier and Type Field Description (package private) ConstantPool.ConstCell
type
(package private) ConstantPool.ConstCell
value
-
Constructor Summary
Constructors Constructor Description EnumElemValue(ConstantPool.ConstCell type, ConstantPool.ConstCell value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getLength()
void
write(CheckedDataOutputStream out)
-
-
-
Field Detail
-
type
ConstantPool.ConstCell type
-
value
ConstantPool.ConstCell value
-
-
Constructor Detail
-
EnumElemValue
EnumElemValue(ConstantPool.ConstCell type, ConstantPool.ConstCell value)
-
-
Method Detail
-
write
public void write(CheckedDataOutputStream out) throws java.io.IOException
-
-