Class Attribute

    • Constructor Detail

      • Attribute

        protected Attribute()
        Create an uninitialized Attribute.
      • Attribute

        protected Attribute​(int u2attributeNameIndex)
        Create an initialized Attribute.
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName​(Clazz clazz)
        Returns the String name of the attribute.
      • accept

        public void accept​(Clazz clazz,
                           AttributeVisitor attributeVisitor)
        Accepts the given visitor.
      • accept

        public void accept​(Clazz clazz,
                           Field field,
                           AttributeVisitor attributeVisitor)
        Accepts the given visitor in the context of the given field.
      • accept

        public void accept​(Clazz clazz,
                           Method method,
                           AttributeVisitor attributeVisitor)
        Accepts the given visitor in the context of the given method.