|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CobolGroup | |
com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol |
Uses of CobolGroup in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol |
Methods in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol that return CobolGroup | |
CobolGroup |
CobolCopyBook.getTopLevelGroup()
This method gets the group with the lowest Cobol level number which has been added to this CopyBook. |
Methods in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol with parameters of type CobolGroup | |
void |
CobolGroup.addGroup(CobolGroup group)
This method adds a Cobol group to this CobolGroup. |
void |
CobolGroup.setParentGroup(CobolGroup parentGroup)
This method set the Parent group of this group |
void |
CobolCopyBook.addCobolGroup(CobolGroup group)
This method adds a Cobol Group to this CopyBook. |
void |
CobolCopyBook.outputContents(CobolGroup fromGroup)
Insert the method's description here. |
void |
CobolElementryDataItem.setParent(CobolGroup parentGroup)
This method set the reference to the COBOL group which is the parent of this item. |
Constructors in com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol with parameters of type CobolGroup | |
CobolGroup(short level,
java.lang.String name,
CobolGroup parentGroup)
CobolGroup constructor |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |