Package | Description |
---|---|
com.sun.tools.sjavac |
Modifier and Type | Method and Description |
---|---|
BuildState |
JavacState.now() |
BuildState |
JavacState.prev() |
Modifier and Type | Method and Description |
---|---|
void |
BuildState.copyPackagesExcept(BuildState prev,
Set<String> recompiled,
Set<String> removed)
During an incremental compile we need to copy the old javac state
information about packages that were not recompiled.
|
Copyright © 2017 earcam. All rights reserved.