Uses of Class
org.sonar.python.cfg.fixpoint.DefinedVariablesAnalysis.VariableDefinition
-
Packages that use DefinedVariablesAnalysis.VariableDefinition Package Description org.sonar.python.cfg.fixpoint -
-
Uses of DefinedVariablesAnalysis.VariableDefinition in org.sonar.python.cfg.fixpoint
Methods in org.sonar.python.cfg.fixpoint that return DefinedVariablesAnalysis.VariableDefinition Modifier and Type Method Description static DefinedVariablesAnalysis.VariableDefinitionDefinedVariablesAnalysis.VariableDefinition. valueOf(String name)Returns the enum constant of this type with the specified name.static DefinedVariablesAnalysis.VariableDefinition[]DefinedVariablesAnalysis.VariableDefinition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sonar.python.cfg.fixpoint that return types with arguments of type DefinedVariablesAnalysis.VariableDefinition Modifier and Type Method Description Map<Symbol,DefinedVariablesAnalysis.VariableDefinition>DefinedVariablesAnalysis.DefinedVariables. getIn()Map<Symbol,DefinedVariablesAnalysis.VariableDefinition>DefinedVariablesAnalysis.DefinedVariables. getOut()Method parameters in org.sonar.python.cfg.fixpoint with type arguments of type DefinedVariablesAnalysis.VariableDefinition Modifier and Type Method Description static DefinedVariablesAnalysis.DefinedVariablesDefinedVariablesAnalysis.DefinedVariables. build(CfgBlock block, Map<Symbol,DefinedVariablesAnalysis.VariableDefinition> initialState)Builds a new DefinedVariables instance for the given block and initializes the 'kill' symbol sets.
-