Package checkers.source

Contains the essential functionality for interfacing a compile-time (source) typechecker plug-in to the Java compiler.

See: Description

Package checkers.source Description

Contains the essential functionality for interfacing a compile-time (source) typechecker plug-in to the Java compiler. This allows a checker to use the compiler's error reporting mechanism and to access abstract syntax trees and compiler utility classes.

Most classes won't want to extend the classes in this package directly; the classes in the checkers.basetype package provide subtype checking functionality.

See Also:
checkers.basetype
See the Checker Framework manual:
Writing a Checker