See: Description
Class | Description |
---|---|
BaseTypeChecker |
An abstract
SourceChecker that provides a simple SourceVisitor implementation for typical assignment and
pseudo-assignment checking of annotated types. |
BaseTypeVisitor<Checker extends BaseTypeChecker> |
A
SourceVisitor that performs assignment and pseudo-assignment
checking, method invocation checking, and assignability checking. |
Most typechecker implementations will want to use the classes in this package as the base of their own typecheckers.