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