Uses of Interface
org.sonar.python.cfg.fixpoint.ProgramState
Packages that use ProgramState
Package
Description
-
Uses of ProgramState in org.sonar.python.cfg.fixpoint
Fields in org.sonar.python.cfg.fixpoint declared as ProgramStateModifier and TypeFieldDescriptionprotected ProgramStateForwardAnalysis.ProgramStateAtBlock.inprotected ProgramStateForwardAnalysis.ProgramStateAtBlock.outMethods in org.sonar.python.cfg.fixpoint that return ProgramStateModifier and TypeMethodDescriptionForwardAnalysis.compute(ControlFlowGraph cfg) ProgramState.copy()abstract ProgramStateForwardAnalysis.initialState()ProgramState.join(ProgramState programState) Methods in org.sonar.python.cfg.fixpoint with parameters of type ProgramStateModifier and TypeMethodDescriptionProgramState.join(ProgramState programState) abstract voidForwardAnalysis.updateProgramState(Tree element, ProgramState programState) -
Uses of ProgramState in org.sonar.python.semantic.v2.types
Classes in org.sonar.python.semantic.v2.types that implement ProgramStateMethods in org.sonar.python.semantic.v2.types that return ProgramStateModifier and TypeMethodDescriptionTypeInferenceProgramState.copy()FlowSensitiveTypeInference.initialState()TypeInferenceProgramState.join(ProgramState otherState) Methods in org.sonar.python.semantic.v2.types with parameters of type ProgramStateModifier and TypeMethodDescriptionTypeInferenceProgramState.join(ProgramState otherState) voidFlowSensitiveTypeInference.updateProgramState(Tree element, ProgramState programState) -
Uses of ProgramState in org.sonar.python.types
Classes in org.sonar.python.types that implement ProgramStateMethods in org.sonar.python.types that return ProgramStateModifier and TypeMethodDescriptionTypeInferenceProgramState.copy()TypeInferenceProgramState.join(ProgramState otherState) Methods in org.sonar.python.types with parameters of type ProgramState