Package org.sonar.python.cfg.fixpoint
Class CfgBlockState
java.lang.Object
org.sonar.python.cfg.fixpoint.CfgBlockState
- Direct Known Subclasses:
DefinedVariablesAnalysis.DefinedVariables,LiveVariablesAnalysis.LiveVariables
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetGen()getKill()getSymbolReadWrites(Tree tree) protected voidbooleanisSymbolUsedInBlock(Symbol symbol)
-
Field Details
-
block
-
variableReadWritesPerElement
-
gen
variables that are being read in the block -
kill
variables that are being written in the block
-
-
Method Details
-
getSymbolReadWrites
-
init
-
getGen
-
getKill
-
isSymbolUsedInBlock
-