public class CCFGFieldClassCallNode extends CCFGCodeNode
codeInstruction| Constructor and Description |
|---|
CCFGFieldClassCallNode(BytecodeInstruction code,
String className,
String methodName,
String methodParameters)
Constructor for CCFGFieldClassCallNode.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getClassName() |
String |
getMethodName() |
String |
getOnlyMethodName() |
String |
getOnlyParameters() |
int |
hashCode() |
getCodeInstruction, getMethod, toStringpublic CCFGFieldClassCallNode(BytecodeInstruction code, String className, String methodName, String methodParameters)
Constructor for CCFGFieldClassCallNode.
code - a BytecodeInstruction object.public String getClassName()
public String getMethodName()
public String getOnlyMethodName()
public String getOnlyParameters()
public int hashCode()
CCFGCodeNodehashCode in class CCFGCodeNodepublic boolean equals(Object obj)
CCFGCodeNodeequals in class CCFGCodeNodeCopyright © 2010–2017 EvoSuite. All rights reserved.