Class ElementValue

java.lang.Object
org.vesalainen.bcc.annotation.ElementValue
All Implemented Interfaces:
AnnotationValue, Writable
Direct Known Subclasses:
AnnotationVal, ArrayValue, ClassInfoIndex, ConstValueIndex, EnumConstValue

public abstract class ElementValue extends Object implements Writable, AnnotationValue
  • Field Details

    • tag

      protected int tag
    • classFile

      protected ClassFile classFile
  • Constructor Details

    • ElementValue

      protected ElementValue(ClassFile classFile, int tag)
  • Method Details