public class CutPointInfo extends Object
Constructor and Description |
---|
CutPointInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getClazzName() |
javassist.CtMethod |
getCutPointMethod() |
String |
getMethodName() |
String[] |
getParameterTypes() |
String |
getResultType() |
Integer |
getType() |
boolean |
isInterceptLambda() |
static CutPointInfo |
parse(String cutPointDesc) |
void |
setClazzName(String clazzName) |
void |
setCutPointMethod(javassist.CtMethod cutPointMethod) |
void |
setInterceptLambda(boolean interceptLambda) |
void |
setMethodName(String methodName) |
void |
setParameterTypes(String[] parameterTypes) |
void |
setResultType(String resultType) |
void |
setType(Integer type) |
public String getResultType()
public void setResultType(String resultType)
public String getClazzName()
public void setClazzName(String clazzName)
public String getMethodName()
public void setMethodName(String methodName)
public String[] getParameterTypes()
public void setParameterTypes(String[] parameterTypes)
public Integer getType()
public void setType(Integer type)
public javassist.CtMethod getCutPointMethod()
public void setCutPointMethod(javassist.CtMethod cutPointMethod)
public boolean isInterceptLambda()
public void setInterceptLambda(boolean interceptLambda)
public static CutPointInfo parse(String cutPointDesc)
Copyright © 2020 Voovan. All rights reserved.