Package org.sonar.javascript.cfg
Interface CfgBlock
-
- All Known Subinterfaces:
CfgBranchingBlock
public interface CfgBlockA node of aControlFlowGraph. Successors are the nodes which may be executed after this one. Predecessors are the nodes which may be executed before this one. Elements are instances ofTreewhich are evaluated one after the other.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Tree>elements()Set<CfgBlock>predecessors()Set<CfgBlock>successors()
-