|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.JavaSources
public class JavaSources
This class contains all information of available java sources while translation process.
It is created only one time for Java2C_Main.javaSources.
But this class contains the interface JavaSources.ClassDataOrJavaSrcFile,
which is implemented in JavaSrcTreeFile and JavaSrcTreePkg.
| Nested Class Summary | |
|---|---|
static interface |
JavaSources.ClassDataOrJavaSrcFile
|
| Field Summary | |
|---|---|
(package private) java.util.Map<java.lang.String,JavaSrcTreePkg> |
indexJavaSrcPkgs
Index (Map) of all known packages to fast search via its name. |
JavaSrcTreePkg |
javaSrcTree
Tree of all found java-files in the source path, independent of their usage as source for translation. |
(package private) java.util.List<JavaSrcTreeFile> |
listJavaSrcFilesToTranslate
All files to translate. |
| Constructor Summary | |
|---|---|
JavaSources()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final JavaSrcTreePkg javaSrcTree
JavaSrcTreeFile contains the information,
whether they should translate.
final java.util.List<JavaSrcTreeFile> listJavaSrcFilesToTranslate
final java.util.Map<java.lang.String,JavaSrcTreePkg> indexJavaSrcPkgs
/.
| Constructor Detail |
|---|
public JavaSources()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||