Class ArrayMemberValue

java.lang.Object
javassist.bytecode.annotation.MemberValue
javassist.bytecode.annotation.ArrayMemberValue

public class ArrayMemberValue extends MemberValue
Array member.
Author:
Bill Burke, Shigeru Chiba
  • Constructor Details

    • ArrayMemberValue

      public ArrayMemberValue(ConstPool cp)
      Constructs an array. The initial value or type are not specified.
    • ArrayMemberValue

      public ArrayMemberValue(MemberValue t, ConstPool cp)
      Constructs an array. The initial value is not specified.
      Parameters:
      t - the type of the array elements.
  • Method Details