Community
Participate
Working Groups
The SMAP already contains this information for use, but it might not be complete.
Updated the SMAP information generated in CommonUtilities.java, and use of the information in SMAPUtil.java. A variable entry in the SMAP that starts with a '*' is a special type of variable that has no corresponding line information in the program (such as a library). The format is: *<type character>;eglName;javaName;eglType eglName is required but javaName and eglType are optional (they're defaulted to eglName if not specified). Example, for a user library: *L;test.mylib;eze_Lib_test_mylib Currently the <type character> is unused but might be used in the future. There are constants in Constants.java in the org.eclipse.edt.gen.java plug-in for libraries, program parameters, forms, and data tables.
Verified