Interface | Description |
---|---|
Ifc |
This interface should demonstrate the translation of Java-Interfaces to C.
|
Ifc2 |
Class | Description |
---|---|
AnyClass | |
ExpandedDataStruct |
This data structure contains the
SimpleDataStruct as super class. |
ExtendsImpl |
This class extends
ImpIfc to demonstrate the inheritance of classes. |
ImplIfc |
This class is an example for implementation of some interface methods.
|
SimpleClass |
This is an example for a simple class without interface, but override-able methods.
|
SimpleDataStruct |
It is not a final (able to expand)
data class.
|
TestAllConcepts |
This class contains some examples to demonstrate and test all features of Java2C.
|
TestAnonymous | |
TestContainer |
This class demonstrates and tests the usage of some container concepts.
|
TestgarbageCollector | |
TestString |
This class contains some examples to test String functionality.
|
TestString_classic |
This class is not translated to C, it is implemented in C immediately,
because it should help to evaluate the calculation times
compared with a manually written source in C.
|
TestStringFormatter | |
TestThread |
This class demonstrates and tests the usage of threads with the synchronized access to data (mutex).
|
TestVaArg | |
TestWaitNotify |
This class demonstrates and tests the usage of threads with wait and notify.
|
TestWaitNotify.WaitNotifyData |
This class is visible from outside, it is used from the notifying thread and from this thread,
which waits for data.
|