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