| Package | Description |
|---|---|
| proguard.classfile.attribute.preverification | |
| proguard.classfile.attribute.preverification.visitor | |
| 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 | Method and Description |
|---|---|
static NullType |
VerificationTypeFactory.createNullType()
Creates a new NullType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerificationTypeVisitor.visitNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
NullType nullType) |
void |
VerificationTypeVisitor.visitStackNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int index,
NullType nullType) |
void |
VerificationTypeVisitor.visitVariablesNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int index,
NullType nullType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SimplifiedVisitor.visitNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
NullType nullType) |
void |
SimplifiedVisitor.visitStackNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int index,
NullType nullType) |
void |
SimplifiedVisitor.visitVariablesNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
int index,
NullType nullType) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassPrinter.visitNullType(Clazz clazz,
Method method,
CodeAttribute codeAttribute,
int offset,
NullType nullType) |
Copyright © 2015. All Rights Reserved.