Fields Summary |
---|
public static final String | ATTRIBUTE_NAME{@code non-null;} attribute name for attributes of this type |
private final int | maxStack{@code >= 0;} the stack size |
private final int | maxLocals{@code >= 0;} the number of locals |
private final com.android.dx.cf.code.BytecodeArray | code{@code non-null;} array containing the bytecode per se |
private final com.android.dx.cf.code.ByteCatchList | catches{@code non-null;} the exception table |
private final com.android.dx.cf.iface.AttributeList | attributes{@code non-null;} the associated list of attributes |