Class AnnotationsAttribute.ElementValue

java.lang.Object
kala.compress.harmony.unpack200.bytecode.AnnotationsAttribute.ElementValue
Enclosing class:
AnnotationsAttribute

public static class AnnotationsAttribute.ElementValue extends Object
  • Field Details

    • value

      private final Object value
    • tag

      private final int tag
    • constantValueIndex

      private int constantValueIndex
  • Constructor Details

    • ElementValue

      public ElementValue(int tag, Object value)
  • Method Details