Class WholeProgramInferenceJavaParserStorage.InferredDeclared
java.lang.Object
org.checkerframework.common.wholeprograminference.WholeProgramInferenceJavaParserStorage.InferredDeclared
- Enclosing class:
 WholeProgramInferenceJavaParserStorage
A pair of two annotated types: an inferred type and a declared type.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionfinal AnnotatedTypeMirrorThe declared type.final AnnotatedTypeMirrorThe inferred type. - 
Constructor Summary
ConstructorsConstructorDescriptionInferredDeclared(AnnotatedTypeMirror inferred, AnnotatedTypeMirror declared) Creates an InferredDeclared. - 
Method Summary