public class InstrumentConfig extends Object
| Constructor and Description |
|---|
InstrumentConfig(com.alibaba.deps.org.objectweb.asm.tree.ClassNode instrumentClassNode,
ClassMatcher classMatcher) |
| Modifier and Type | Method and Description |
|---|---|
ClassMatcher |
getClassMatcher() |
com.alibaba.deps.org.objectweb.asm.tree.ClassNode |
getInstrumentClassNode() |
void |
setClassMatcher(ClassMatcher classMatcher) |
void |
setInstrumentClassNode(com.alibaba.deps.org.objectweb.asm.tree.ClassNode instrumentClassNode) |
public InstrumentConfig(com.alibaba.deps.org.objectweb.asm.tree.ClassNode instrumentClassNode,
ClassMatcher classMatcher)
public com.alibaba.deps.org.objectweb.asm.tree.ClassNode getInstrumentClassNode()
public void setInstrumentClassNode(com.alibaba.deps.org.objectweb.asm.tree.ClassNode instrumentClassNode)
public ClassMatcher getClassMatcher()
public void setClassMatcher(ClassMatcher classMatcher)
Copyright © 2018–2021. All rights reserved.