类 Attribute.Set

java.lang.Object
cn.taketoday.bytecode.Attribute.Set
封闭类:
Attribute

static final class Attribute.Set extends Object
A set of attribute prototypes (attributes with the same type are considered equal).
  • 字段详细资料

    • SIZE_INCREMENT

      private static final int SIZE_INCREMENT
      另请参阅:
    • size

      private int size
    • data

      private Attribute[] data
  • 构造器详细资料

    • Set

      Set()
  • 方法详细资料

    • addAttributes

      void addAttributes(Attribute attributeList)
    • toArray

      Attribute[] toArray()
    • contains

      private boolean contains(Attribute attribute)
    • add

      private void add(Attribute attribute)