Class EnclosingMethodAttr

java.lang.Object
org.openjdk.asmtools.jasm.AttrData
org.openjdk.asmtools.jasm.EnclosingMethodAttr
All Implemented Interfaces:
ConstantPoolDataVisitor, DataWriter

public class EnclosingMethodAttr extends AttrData
EnclosingMethod_attribute { u2 attribute_name_index; u4 attribute_length; u2 class_index; u2 method_index; } If the current class is not immediately enclosed by a method or constructor, then the value of the method_index item must be zero.