| Package | Description |
|---|---|
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.optimize.gson |
This package contains classes for optimizing usages of the Gson library for serializing and deserialing Json.
|
| Modifier and Type | Method and Description |
|---|---|
CodeAttributeEditor.Label |
CodeAttributeEditor.catch_(int startOffset,
int endOffset,
int catchType)
Creates a new catch instance that can be used as a pseudo-instruction
to mark the start of an exception handler.
|
CodeAttributeEditor.Label |
CodeAttributeEditor.catch_(int identifier,
int startOffset,
int endOffset,
int catchType)
Creates a new catch instance that can be used as a pseudo-instruction
to mark the start of an exception handler.
|
CodeAttributeEditor.Label |
CodeAttributeEditor.label()
Creates a new label that can be used as a pseudo-instruction to mark
a local offset.
|
CodeAttributeEditor.Label |
CodeAttributeEditor.label(int identifier)
Creates a new label that can be used as a pseudo-instruction to mark
a local offset.
|
| Constructor and Description |
|---|
FromJsonFieldCase(String javaFieldName,
CodeAttributeEditor.Label label,
int fieldIndex) |
Copyright © 2019. All rights reserved.