| Package | Description |
|---|---|
| proguard.classfile.attribute.preverification | |
| 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 | Class and Description |
|---|---|
class |
DoubleType
This VerificationType represents a Double type.
|
class |
FloatType
This VerificationType represents a Float type.
|
class |
IntegerType
This VerificationType represents a Integer type.
|
class |
LongType
This VerificationType represents a Long type.
|
class |
NullType
This VerificationType represents a Null type.
|
class |
ObjectType
This VerificationType represents an Object type.
|
class |
TopType
This VerificationType represents a Top type.
|
class |
UninitializedThisType
This VerificationType represents a UninitializedThis type.
|
class |
UninitializedType
This VerificationType represents a Uninitialized type.
|
| Modifier and Type | Field and Description |
|---|---|
VerificationType[] |
MoreZeroFrame.additionalVariables |
VerificationType[] |
FullFrame.stack |
VerificationType |
SameOneFrame.stackItem |
VerificationType[] |
FullFrame.variables |
| Constructor and Description |
|---|
FullFrame(int offsetDelta,
int variablesCount,
VerificationType[] variables,
int stackCount,
VerificationType[] stack)
Creates a FullFrame with the given variables and stack.
|
FullFrame(int offsetDelta,
int variablesCount,
VerificationType[] variables,
int stackCount,
VerificationType[] stack)
Creates a FullFrame with the given variables and stack.
|
FullFrame(int offsetDelta,
VerificationType[] variables,
VerificationType[] stack)
Creates a FullFrame with the given variables and stack.
|
FullFrame(int offsetDelta,
VerificationType[] variables,
VerificationType[] stack)
Creates a FullFrame with the given variables and stack.
|
MoreZeroFrame(int additionalVariablesCount,
VerificationType[] additionalVariables)
Creates a MoreZeroFrame with the given additional variables.
|
MoreZeroFrame(VerificationType[] additionalVariables)
Creates a MoreZeroFrame with the given additional variables.
|
SameOneFrame(VerificationType stackItem)
Creates a SameOneFrame with the given stack verification type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeAttributeComposer.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
void |
ConstantPoolShrinker.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
void |
CodeAttributeEditor.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
void |
ConstantPoolRemapper.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProgramClassReader.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType)
Visits any type of VerificationType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassCleaner.visitAnyVerificationType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
VerificationType verificationType) |
Copyright © 2015. All Rights Reserved.