| Package | Description |
|---|---|
| com.android.dx.cf.attrib |
Implementation of containers and utilities for all the standard Java
attribute types.
|
| com.android.dx.cf.code |
Implementation of classes having to do with Java simulation, such as
is needed for verification or stack-to-register conversion.
|
| Modifier and Type | Method and Description |
|---|---|
BytecodeArray |
AttCode.getCode()
Gets the bytecode array.
|
| Constructor and Description |
|---|
AttCode(int maxStack,
int maxLocals,
BytecodeArray code,
ByteCatchList catches,
AttributeList attributes)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
BytecodeArray |
ConcreteMethod.getCode()
Gets the bytecode array.
|
Copyright © 2020. All Rights Reserved.