Package | Description |
---|---|
com.sun.tools.javac.comp |
Modifier and Type | Class and Description |
---|---|
static class |
Flow.AbstractAssignAnalyzer<P extends Flow.AbstractAssignAnalyzer.AbstractAssignPendingExit>
This pass implements (i) definite assignment analysis, which ensures that
each variable is assigned when used and (ii) definite unassignment analysis,
which ensures that no final variable is assigned more than once.
|
static class |
Flow.AssignAnalyzer |
Modifier and Type | Field and Description |
---|---|
protected TreeScanner |
DeferredAttr.unenterScanner |
Copyright © 2017 earcam. All rights reserved.