Class CfgVertex
java.lang.Object
com.github._1c_syntax.bsl.languageserver.cfg.CfgVertex
- Direct Known Subclasses:
BasicBlockVertex, BranchingVertex, ExitVertex, LabelVertex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAst()protected voidonConnectOutgoing(ControlFlowGraph graph, CfgVertex target, CfgEdge edge) toString()
-
Constructor Details
-
CfgVertex
public CfgVertex()
-
-
Method Details
-
getAst
-
toString
-
onConnectOutgoing
-