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