public abstract class AbstractMethodAndClass extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected String |
className |
protected String |
methodName |
protected List<String> |
parameters |
protected String |
returnType |
| 构造器和说明 |
|---|
AbstractMethodAndClass(String methodName,
String className,
String returnType,
List<String> parameters) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName() |
String |
getMethodName() |
List<String> |
getParameters() |
String |
getReturnType() |
String |
getSignature()
Get the signature of the stored method and class
|
String |
getSubSignature()
Get subsignature of stored method and class
|
protected final String methodName
protected final String className
protected final String returnType
public String getMethodName()
public String getClassName()
public String getReturnType()
public String getSubSignature()
public String getSignature()
Copyright © 2022 Fraunhofer SIT. All rights reserved.