package trivial
- Alphabetic
- Public
- Protected
Type Members
- class TrivialStringAnalysis extends FPCFAnalysis with StringAnalysisConfig
Provides only the most trivial information about available strings for a given variable.
Provides only the most trivial information about available strings for a given variable.
If the variable represents a constant string, the string value will be captured and returned in the result. If the variable represents any other value, no string value can be derived and the analysis returns either the upper or lower bound depending on the soundness mode.
- See also
Value Members
- object LazyTrivialStringAnalysis extends BasicFPCFLazyAnalysisScheduler
- See also