Module de.carne.mcd.jvmdecoder
Class AnnotationElementValue
- java.lang.Object
-
- de.carne.mcd.jvmdecoder.classfile.ClassInfoElement
-
- de.carne.mcd.jvmdecoder.classfile.attribute.annotation.AnnotationElementValue
-
- All Implemented Interfaces:
Printable
- Direct Known Subclasses:
AnnotationAnnotationElement,ArrayAnnotationElement,BooleanAnnotationElement,ByteAnnotationElement,CharAnnotationElement,ClassAnnotationElement,DoubleAnnotationElement,EnumAnnotationElement,FloatAnnotationElement,IntAnnotationElement,LongAnnotationElement,ShortAnnotationElement,StringAnnotationElement
public abstract class AnnotationElementValue extends ClassInfoElement
An annotation element value.
-
-
Field Summary
-
Fields inherited from class de.carne.mcd.jvmdecoder.classfile.ClassInfoElement
classInfo
-
-