org.vishia.java2C
Class Docu

java.lang.Object
  extended by org.vishia.java2C.Docu

public class Docu
extends java.lang.Object

This class contains no code, only documentation. Every spanned subject of the translator is described associated to a method. The description contains some links to the java code. So javadoc generates a well readable documentation. Use the private-view documentation to trace to all links, because most of methods and fields are package private or private.


Nested Class Summary
 class Docu.A_InvokationAndEnvironmentConditions
          This chapter provides an overview, where and how Java2C should be used.
 class Docu.B_ProcessOfTranslation
          In this chapter the tranlation process of all files is described.
 class Docu.C_StaticDataOfConversion
          While the translation processes the type or affiliation of some identifiers should be evaluated.
 class Docu.D_SuperClassesAndInterfaces
          Java knows simple inheritance but multiple usage of interfaces.
 class Docu.E_Inner_classes
          This chapter describes details of translation of inner classes.
 class Docu.F_Translation_Secondpass
          This chapter describes details of translation.
(package private)  class Docu.G_Instantiation
          This chapter describes some cohesion of allocation, initializing (construction), finalizing, garbage collection.
(package private)  class Docu.H_StringProcessing
           
(package private)  class Docu.N_annotations_Java2C
          All annotations nonPersistent: to an reference: Designates, that the referenced data may be non-persistent.
(package private)  class Docu.X_Examples
          There are some Examples showing Java code and the generated C-Code.
 
Constructor Summary
Docu()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Docu

public Docu()