public class Marker
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Marker.KotlinDontOptimizeMarker
This KotlinMetadataVisitor marks classes and members with DONT_OPTIMIZE if it is known
that optimizing them would break Kotlin functionality.
|
| Constructor and Description |
|---|
Marker(Configuration configuration)
Creates a new Marker for the given configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
mark(proguard.classfile.ClassPool programClassPool,
proguard.classfile.ClassPool libraryClassPool)
Marks classes and class members in the given class pools with
appropriate access flags, corresponding to the class specifications
in the configuration.
|
public Marker(Configuration configuration)