类 InvokeLocationMatcher
java.lang.Object
com.alibaba.bytekit.asm.location.InvokeLocationMatcher
- 所有已实现的接口:
LocationMatcher
- 作者:
- hengyunabc
-
构造器概要
构造器构造器说明InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete) InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes) InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes, boolean atInvokeExcpetionExit) -
方法概要
修饰符和类型方法说明intgetCount()getDesc()getOwner()booleanmatch(MethodProcessor methodProcessor) matchForException(MethodProcessor methodProcessor) voidsetCount(int count) voidvoidsetMethodName(String methodName) voidvoidsetWhenComplete(boolean whenComplete)
-
构造器详细资料
-
InvokeLocationMatcher
-
InvokeLocationMatcher
-
InvokeLocationMatcher
-
-
方法详细资料
-
match
- 指定者:
match在接口中LocationMatcher
-
matchForException
-
getMethodName
-
setMethodName
-
getOwner
-
setOwner
-
getDesc
-
setDesc
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
isWhenComplete
public boolean isWhenComplete() -
setWhenComplete
public void setWhenComplete(boolean whenComplete)
-