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