Package | Description |
---|---|
com.sun.tools.sjavac |
Modifier and Type | Method and Description |
---|---|
static Source |
Source.load(Package lastPackage,
String l,
boolean isGenerated) |
Source |
BuildState.loadSource(Package lastPackage,
String l,
boolean is_generated)
Load a source from the javac state file.
|
Source |
Module.lookupSource(String path) |
Modifier and Type | Method and Description |
---|---|
Map<String,Source> |
BuildState.sources() |
Map<String,Source> |
Module.sources() |
Map<String,Source> |
Package.sources() |
Modifier and Type | Method and Description |
---|---|
void |
Module.addSource(String pkg,
Source src) |
void |
Package.addSource(Source s) |
int |
Source.compareTo(Source o) |
Modifier and Type | Method and Description |
---|---|
void |
BuildState.checkInternalState(String msg,
boolean linkedOnly,
Map<String,Source> srcs)
Verify that the setModules method above did the right thing when
running through the module->package->source structure.
|
static void |
Source.saveSources(Map<String,Source> sources,
StringBuilder b) |
static void |
Source.scanRoot(File root,
Set<String> suffixes,
List<String> excludes,
List<String> includes,
List<String> excludeFiles,
List<String> includeFiles,
Map<String,Source> foundFiles,
Map<String,Module> foundModules,
Module currentModule,
boolean permitSourcesWithoutPackage,
boolean inGensrc,
boolean inLinksrc)
Recurse into the directory root and find all files matchine the excl/incl/exclfiles/inclfiles rules.
|
void |
JavacState.setVisibleClasses(Map<String,Source> vs)
Specify which classes are visible to the compiler through -classpath.
|
void |
JavacState.setVisibleSources(Map<String,Source> vs)
Specify which sources are visible to the compiler through -sourcepath.
|
Copyright © 2017 earcam. All rights reserved.