| Package | Description |
|---|---|
| proguard.classfile.attribute.preverification | |
| proguard.classfile.editor |
This package contains visitors to edit byte code.
|
| proguard.classfile.util |
This package contains utility classes for processing class files.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FullFrame
This StackMapFrame represents a "full frame".
|
class |
LessZeroFrame
This StackMapFrame represents an "chop frame".
|
class |
MoreZeroFrame
This StackMapFrame represents an "append frame".
|
class |
SameOneFrame
This StackMapFrame represents a "same locals 1 stack item frame" or a
"same locals 1 stack item frame extended".
|
class |
SameZeroFrame
This StackMapFrame represents a "same frame" or a "same frame extended".
|
| Modifier and Type | Field and Description |
|---|---|
StackMapFrame[] |
StackMapTableAttribute.stackMapFrames |
| Constructor and Description |
|---|
StackMapTableAttribute(int stackMapFramesCount,
StackMapFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
StackMapTableAttribute(StackMapFrame[] stackMapFrames)
Creates a StackMapTableAttribute with the given stack map frames.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttributeComposer.visitAnyStackMapFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrame stackMapFrame) |
void |
ConstantPoolShrinker.visitAnyStackMapFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrame stackMapFrame) |
void |
CodeAttributeEditor.visitAnyStackMapFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrame stackMapFrame) |
void |
ConstantPoolRemapper.visitAnyStackMapFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrame stackMapFrame) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitAnyStackMapFrame(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
StackMapFrame stackMapFrame)
Visits any type of VerificationType.
|
Copyright © 2015. All Rights Reserved.