Package org.openjdk.asmtools.jasm
Class ParserAnnotation.EnumElemValue
java.lang.Object
org.openjdk.asmtools.jasm.ParserAnnotation.EnumElemValue
- All Implemented Interfaces:
Data
- Enclosing class:
- ParserAnnotation
EnumElemValue
Element Value for Enums
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ConstantPool.ConstCell
(package private) ConstantPool.ConstCell
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
value
ConstantPool.ConstCell value
-
-
Constructor Details
-
EnumElemValue
EnumElemValue(ConstantPool.ConstCell type, ConstantPool.ConstCell value)
-
-
Method Details
-
write
- Specified by:
write
in interfaceData
- Throws:
IOException
-
getLength
public int getLength()
-