Class NullnessAssumptionAnalysis.AnalysisInfo
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<Value,Object>
-
- soot.jimple.toolkits.annotation.nullcheck.NullnessAssumptionAnalysis.AnalysisInfo
-
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<Value,Object>
- Enclosing class:
- NullnessAssumptionAnalysis
protected static class NullnessAssumptionAnalysis.AnalysisInfo extends HashMap<Value,Object>
The analysis info is a simple mapping of typeValue
to any of the constants BOTTOM, NON_NULL, NULL or TOP. This class returns BOTTOM by default.- Author:
- Eric Bodden
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Constructor Summary
Constructors Constructor Description AnalysisInfo()
AnalysisInfo(Map<Value,Object> m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
get(Object key)
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
-