Interface | Description |
---|---|
ConfigSrcPathPkg_ifc |
Interface to access to getted values of a input cfg file.
|
ConfigSrcPathPkg_ifc.Set |
Sub-interface to get values from a prefix/suffix-set.
|
JavaSources.ClassDataOrJavaSrcFile | |
RunRequiredFirstPass_ifc |
This interface is used to run the first pass of a requested class
while running first or second pass of another file.
|
Class | Description |
---|---|
AllData |
This class represents the index of all java classes for Translation.
|
CCodeData |
This is a helper class to return a peace of c-code with associated type information.
|
CRuntimeJavalikeClassData |
This class contains all standard types.
|
Docu |
This class contains no code, only documentation.
|
FieldData |
This class holds the data of one variable in a local context respectively a field of a class,
see
LocalIdents
or describe the access to a instance, see CCodeData . |
FirstPass |
This class processes the first pass of translating Java to C of a detect class in a java file.
|
GenerateFile |
This class processes the first and second pass of translating Java to C of a java file.
|
Java2C |
Main class of Java2C-translator to organize call from cmd line.
|
Java2C_Main |
This class is the main class of translation Java2C.
|
Java2C_Main.CmdlineArgs |
The gotten arguments from the command line are hold in this extra static class.
|
Java2C_Main.InputFileParseResult |
The instance of this class is filled with the result of parsing an input file
given with
-if:INPFILE cmd line calling argument. |
Java2C_Main.InputFileParseResult.Set |
Subclass to pour in the result of the
set::=... subsyntax. |
JavaSources |
This class contains all information of available java sources while translation process.
|
JavaSrcTreeFile |
Representation of an existing Java file.
|
JavaSrcTreeGetter |
This class is a helper to get the java source tree from given class path.
|
JavaSrcTreePkg |
Representation of an existing Folder in the Java pkg tree.
|
LocalIdents |
This class contains all identifiers visible at class level or visible at a local position of code.
|
Method |
Describes a method of a class.
|
ReadStructure |
An instance of this class is filled with the result of parsing an
*.stc file
which contains the structure informations of a already translated file. |
ReadStructure.Zbnf_Cast | |
ReadStructure.Zbnf_ClassData |
Subclass to pour in the result of the
ClassData::=... subsyntax. |
ReadStructure.Zbnf_EnvIdent | |
ReadStructure.Zbnf_Field |
Subclass to pour in the result of the
field::=... subsyntax. |
ReadStructure.Zbnf_Method |
Subclass to pour in the result of the
method::=... subsyntax. |
ReadStructure.ZbnfToplevel | |
SecondPass |
This class handle the second pass of the translation.
|
StatementBlock |
This class generates all statements in one block.
|