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