public class CfgMethodCallNode extends CfgSimpleNode<JMethodCall>
Constructor and Description |
---|
CfgMethodCallNode(CfgNode<?> parent,
JMethodCall node) |
Modifier and Type | Method and Description |
---|---|
void |
accept(CfgVisitor visitor) |
protected CfgNode<?> |
cloneImpl() |
String |
toDebugString() |
public CfgMethodCallNode(CfgNode<?> parent, JMethodCall node)
public void accept(CfgVisitor visitor)
accept
in class CfgNode<JMethodCall>
public String toDebugString()
toDebugString
in class CfgSimpleNode<JMethodCall>
protected CfgNode<?> cloneImpl()
cloneImpl
in class CfgNode<JMethodCall>
Copyright © 2018. All rights reserved.