Class ClassElementValue

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

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

    • ClassElementValue

      public ClassElementValue(int type, int idx, ConstantPool cpool)
      Constructs a ClassElementValue.
      Parameters:
      type - the type.
      idx - the index.
      cpool - the constant pool.
  • Method Details