44
Chapter 4. Using the Generator Command
A method name cross-reference list file is output in the following format:
[Java] java-class-name
[COBOL] cobol-external-class-name
(1) [Java] type java-method-name (argument-type)
[COBOL] cobol-external-method-name
(2) [Java] type java-method-name (argument-type) OVERRIDE
[COBOL] -None-
...
(n) [Java] type java-method-name ()
[COBOL] cobol-external-method-name
java-class-name
cobol-external-class-name
java-method-name
type
argument-type
OVERRIDE
cobol-method-name
-None-
No method name cross-reference list file is output for the following adapter class:
•
Array adapter class
The following methods of the java-lang-String class are not output to the method
name cross-reference list file:
•
NEW-STRING-X
•
NEW-STRING-N
•
GET-STRING-X
•
GET-STRING-N
•
GET-STRING-LENGTH-X
•
GET-STRING-LENGTH-N
Class name or interface name qualified by a package name
External class name of the adapter class corresponding to the Java
class
Java class method
Return type of Java method
Argument type of Java method
Added when a super class method is overridden
External method name of the adapter class corresponding to the
Java method
Indicated when no adapter class method corresponds to the Java
method
Need help?
Do you have a question about the J Adapter Class Generator and is the answer not in the manual?