| InitializationAnalysis |
The analysis class for the initialization type system (serves as factory for the transfer
function, stores, and abstract values.
|
| InitializationAnnotatedTypeFactory |
The annotated type factory for the freedom-before-commitment type system.
|
| InitializationChecker |
Tracks whether a value is initialized (all its fields are set), and checks that values are
initialized before being used.
|
| InitializationFieldAccessAnnotatedTypeFactory |
|
| InitializationFieldAccessSubchecker |
Part of the freedom-before-commitment type system.
|
| InitializationFieldAccessTreeAnnotator |
Part of the freedom-before-commitment type system.
|
| InitializationFieldAccessVisitor |
|
| InitializationParentAnnotatedTypeFactory |
|
| InitializationStore |
A store that extends CFAbstractStore and additionally tracks which fields of the 'self'
reference have been initialized.
|
| InitializationTransfer |
|
| InitializationVisitor |
The visitor for the freedom-before-commitment type-system.
|