Class ElementValuePair

java.lang.Object
org.apache.bcel.classfile.ElementValuePair

public class ElementValuePair extends Object
An annotation's element value pair.
Since:
6.0
  • Field Details

    • EMPTY_ARRAY

      static final ElementValuePair[] EMPTY_ARRAY
    • elementValue

      private final ElementValue elementValue
    • constantPool

      private final ConstantPool constantPool
    • elementNameIndex

      private final int elementNameIndex
  • Constructor Details

    • ElementValuePair

      public ElementValuePair(int elementNameIndex, ElementValue elementValue, ConstantPool constantPool)
  • Method Details