| Package | Description |
|---|---|
| proguard.classfile.attribute.preverification | |
| proguard.classfile.attribute.preverification.visitor | |
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.io |
This package contains classes for reading and writing class files.
|
| proguard.classfile.util |
This package contains utility classes for processing class files.
|
| proguard.classfile.visitor |
This package contains interfaces and classes for processing class files from
the
package using
the visitor pattern. |
| Modifier and Type | Field and Description |
|---|---|
FullFrame[] |
StackMapAttribute.stackMapFrames |
| Constructor and Description |
|---|
StackMapAttribute(FullFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
StackMapAttribute(int stackMapFramesCount,
FullFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StackMapFrameVisitor.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttributeComposer.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
void |
ConstantPoolShrinker.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
void |
CodeAttributeEditor.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
void |
ConstantPoolRemapper.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
void |
ClassCleaner.visitFullFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
FullFrame fullFrame) |
Copyright © 2015. All Rights Reserved.