- java.lang.Object
-
- de.carne.mcd.jvmdecoder.classfile.ClassInfoElement
-
- All Implemented Interfaces:
Printable
- Direct Known Subclasses:
Annotation,AnnotationElement,AnnotationElementValue,Attribute,Constant,ModuleInfoElement
public abstract class ClassInfoElement extends java.lang.Object implements Printable
Base class for all kinds of class file elements.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedClassInfoElement(ClassInfo classInfo)
-