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 SummaryFieldsModifier and TypeFieldDescriptionfinal AnnotatedTypeMirrorThe declared type.final AnnotatedTypeMirrorThe inferred type.
- 
Constructor SummaryConstructorsConstructorDescriptionInferredDeclared(AnnotatedTypeMirror inferred, AnnotatedTypeMirror declared) Creates an InferredDeclared.
- 
Method Summary