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