AttEnclosingMethodpublic final class AttEnclosingMethod extends BaseAttribute Attribute class for standards-track {@code EnclosingMethod}
attributes. |
Fields Summary |
---|
public static final String | ATTRIBUTE_NAME{@code non-null;} attribute name for attributes of this type | private final com.android.dx.rop.cst.CstType | type{@code non-null;} the innermost enclosing class | private final com.android.dx.rop.cst.CstNat | method{@code null-ok;} the name-and-type of the innermost enclosing method, if any |
|