JNodeType
- node's corresponding JNode type.public abstract class CfgNode<JNodeType extends JNode> extends Object
Constructor and Description |
---|
CfgNode(CfgNode<?> parent,
JNodeType node) |
Modifier and Type | Method and Description |
---|---|
abstract void |
accept(CfgVisitor visitor) |
CfgNode<?> |
clone() |
protected abstract CfgNode<?> |
cloneImpl() |
JNodeType |
getJNode() |
CfgNode<?> |
getParent() |
abstract String |
toDebugString() |
String |
toString() |
public abstract void accept(CfgVisitor visitor)
public CfgNode<?> clone()
public JNodeType getJNode()
public CfgNode<?> getParent()
public abstract String toDebugString()
protected abstract CfgNode<?> cloneImpl()
Copyright © 2018. All rights reserved.