Class NestHostAttribute

All Implemented Interfaces:
Serializable, Processable

public class NestHostAttribute extends Attribute
This Attribute represents a nest host attribute.
See Also:
  • Field Details

    • u2hostClassIndex

      public int u2hostClassIndex
  • Constructor Details

    • NestHostAttribute

      public NestHostAttribute()
      Creates an uninitialized NestHostAttribute.
    • NestHostAttribute

      public NestHostAttribute(int u2attributeNameIndex, int u2hostClassIndex)
      Creates an initialized NestHostAttribute.
  • Method Details

    • getHostClassName

      public String getHostClassName(Clazz clazz)
      Returns the host class name.
    • accept

      public void accept(Clazz clazz, AttributeVisitor attributeVisitor)
      Description copied from class: Attribute
      Accepts the given visitor.
      Overrides:
      accept in class Attribute