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