public class InvokeLocationMatcher extends Object implements LocationMatcher
| 构造器和说明 |
|---|
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) |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getCount() |
String |
getDesc() |
String |
getMethodName() |
String |
getOwner() |
boolean |
isWhenComplete() |
List<Location> |
match(MethodProcessor methodProcessor) |
List<Location> |
matchForException(MethodProcessor methodProcessor) |
void |
setCount(int count) |
void |
setDesc(String desc) |
void |
setMethodName(String methodName) |
void |
setOwner(String owner) |
void |
setWhenComplete(boolean whenComplete) |
public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes, boolean atInvokeExcpetionExit)
public InvokeLocationMatcher(String owner, String methodName, String desc, int count, boolean whenComplete, List<String> excludes)
public List<Location> match(MethodProcessor methodProcessor)
match 在接口中 LocationMatcherpublic List<Location> matchForException(MethodProcessor methodProcessor)
public String getMethodName()
public void setMethodName(String methodName)
public String getOwner()
public void setOwner(String owner)
public String getDesc()
public void setDesc(String desc)
public int getCount()
public void setCount(int count)
public boolean isWhenComplete()
public void setWhenComplete(boolean whenComplete)
Copyright © 2018–2023. All rights reserved.