public class ComputePotentiallyObservableUninitializedValues extends Object
This simple conservative analysis relies on the fact that when:
This analysis is used to strengthen the nullness analysis performed by TypeTightener
and
to hoist initialization of instance fields to the prototype in GenerateJavaScriptAST
.
Modifier and Type | Method and Description |
---|---|
static com.google.gwt.thirdparty.guava.common.base.Predicate<JField> |
analyze(JProgram program)
Perform the analysis to compute which fields can be observed uninitialized.
|
Copyright © 2018. All rights reserved.