Output of Java program generation

Java™ program generation produces the following output:

You can use the EGL generator to generate entire Java programs. Programs and records are generated as separate Java classes. Functions are generated as methods in the program. Variables and structure fields are generated as fields of the record or program class to which they belong.

The following table shows the names of the various types of generated Java parts:

Table 1. Names of generated Java parts
Part type and name What is generated
Program named P A class named P in P.java
Record named R A class named R in R.java
Linkage options part named L Linkage properties file named L.properties
Library named LibA A class named LibA in LibA_Lib.java
DataTable named DT A class named DT in DT.java

Feedback