Uses of Interface
org.sonar.javascript.cfg.CfgBlock
-
Packages that use CfgBlock Package Description org.sonar.javascript.cfg org.sonar.javascript.se -
-
Uses of CfgBlock in org.sonar.javascript.cfg
Subinterfaces of CfgBlock in org.sonar.javascript.cfg Modifier and Type Interface Description interfaceCfgBranchingBlockACfgBlockwith 2 successors: represents a block ending with a condition which determines which successor is executed next.Methods in org.sonar.javascript.cfg that return CfgBlock Modifier and Type Method Description CfgBlockControlFlowGraph. end()CfgBlockCfgBranchingBlock. falseSuccessor()CfgBlockControlFlowGraph. start()CfgBlockCfgBranchingBlock. trueSuccessor()Methods in org.sonar.javascript.cfg that return types with arguments of type CfgBlock Modifier and Type Method Description Set<CfgBlock>ControlFlowGraph. blocks()Set<CfgBlock>CfgBlock. predecessors()Set<CfgBlock>CfgBlock. successors()Set<CfgBlock>ControlFlowGraph. unreachableBlocks()Methods in org.sonar.javascript.cfg with parameters of type CfgBlock Modifier and Type Method Description Set<SyntaxToken>ControlFlowGraph. disconnectingJumps(CfgBlock block) -
Uses of CfgBlock in org.sonar.javascript.se
Methods in org.sonar.javascript.se that return CfgBlock Modifier and Type Method Description CfgBlockBlockExecution. block()Methods in org.sonar.javascript.se with parameters of type CfgBlock Modifier and Type Method Description Set<Symbol>LiveVariableAnalysis. getLiveInSymbols(CfgBlock block)Set<Symbol>LiveVariableAnalysis. getLiveOutSymbols(CfgBlock block)Constructors in org.sonar.javascript.se with parameters of type CfgBlock Constructor Description BlockExecution(CfgBlock block, ProgramState state)
-