| Package | Description |
|---|---|
| com.android.dx.cf.iface |
Interfaces and base classes for dealing with class files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StdField
Standard implementation of
Field, which directly stores
all the associated data. |
| Modifier and Type | Method and Description |
|---|---|
Field |
FieldList.get(int n)
Get the
nth field. |
Field |
StdFieldList.get(int n)
Get the
nth field. |
| Modifier and Type | Method and Description |
|---|---|
void |
StdFieldList.set(int n,
Field field)
Sets the field at the given index.
|
Copyright © 2020. All Rights Reserved.