| Package | Description |
|---|---|
| com.alibaba.bytekit.asm | |
| com.alibaba.bytekit.asm.location.filter |
| Modifier and Type | Method and Description |
|---|---|
LocationFilter |
MethodProcessor.getLocationFilter() |
| Constructor and Description |
|---|
MethodProcessor(com.alibaba.deps.org.objectweb.asm.tree.ClassNode classNode,
com.alibaba.deps.org.objectweb.asm.tree.MethodNode methodNode,
LocationFilter locationFilter) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultLocationFilter |
class |
GroupLocationFilter |
class |
InvokeCheckLocationFilter
检查某个 AbstractInsnNode 的前面是否有某个函数调用,如果有,则认为这个location是已被处理过的
|
class |
InvokeContainLocationFilter
检查整个method里,是否有某个函数调用。用于检查 enter/exit/exception exit
|
| Modifier and Type | Method and Description |
|---|---|
void |
GroupLocationFilter.addFilter(LocationFilter filter) |
| Constructor and Description |
|---|
GroupLocationFilter(LocationFilter... filters) |
Copyright © 2018–2021. All rights reserved.