IFilterpublic final class EnumEmptyConstructorFilter extends java.lang.Object implements IFilter
filter of private empty
constructors - empty constructor in enums without additional parameters
should be filtered out even if it is not implicit.| Constructor | Description |
|---|---|
EnumEmptyConstructorFilter() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
filter(java.lang.String className,
java.lang.String superClassName,
org.objectweb.asm.tree.MethodNode methodNode,
IFilterOutput output) |
This method is called for every method.
|
public void filter(java.lang.String className,
java.lang.String superClassName,
org.objectweb.asm.tree.MethodNode methodNode,
IFilterOutput output)
IFilterIFilterOutput instance.Copyright © 2018. All rights reserved.