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