Class NestHost

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.NestHost
All Implemented Interfaces:
Serializable, Cloneable, Node

public final class NestHost extends Attribute
https://docs.oracle.com/javase/specs/jvms/se11/html/jvms-4.html#jvms-4.7.28
See Also:
Attribute, Serialized Form
  • Constructor Details

    • NestHost

      public NestHost(NestHost c)
    • NestHost

      public NestHost(int nameIndex, int length, int hostClassIndex, ConstantPool cp)
  • Method Details