java.lang.Object
org.kink_lang.kink.internal.program.itree.ContentAnalysis
Analyzes contents of local vars in ssa-funs.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Map<LocalVar, LocalVarContent> analyzeContent(Itree body) Returns the mapping from local vars to the contents.
-
Method Details
-
analyzeContent
Returns the mapping from local vars to the contents.- Parameters:
body- the fun body to analyze.- Returns:
- the mapping from local vars to the contents.
-