Class EnumElementValue

java.lang.Object
org.apache.bcel.classfile.ElementValue
org.apache.bcel.classfile.EnumElementValue

public class EnumElementValue extends ElementValue
Represents an enum element value in an annotation.
Since:
6.0
  • Constructor Details

    • EnumElementValue

      public EnumElementValue(int type, int typeIdx, int valueIdx, ConstantPool cpool)
      Constructs an EnumElementValue.
      Parameters:
      type - The element value type.
      typeIdx - The type index.
      valueIdx - The value index.
      cpool - The constant pool.
  • Method Details