| Package | Description |
|---|---|
| proguard.classfile.constant | |
| proguard.classfile.util |
This package contains utility classes for processing class files.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveArrayConstant.primitiveArrayElementsAccept(Clazz clazz,
PrimitiveArrayConstantElementVisitor primitiveArrayConstantElementVisitor)
Applies the given PrimitiveArrayConstantElementVisitor to all elements
of the primitive array.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrimitiveArrayConstantReplacer
This ClassVisitor replaces all PrimitiveArray constants by Java bytecode
compliant array store instructions.
|
Copyright © 2019. All rights reserved.