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