| Modifier and Type | Field | Description |
|---|---|---|
static IFilter |
ALL |
Filter that combines all other filters.
|
static IFilter |
NONE |
Filter that does nothing.
|
| 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 static final IFilter NONE
public static final IFilter ALL
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.