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