|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolCopyBook
This class represent a Cobol Copy Book.
Constructor Summary | |
CobolCopyBook()
CobolCopyBook constructor comment. |
Method Summary | |
void |
addCobolGroup(CobolGroup group)
This method adds a Cobol Group to this CopyBook. |
java.util.Collection |
getCobolGroups()
This method gets the groups which are part of this copybook |
CobolGroup |
getTopLevelGroup()
This method gets the group with the lowest Cobol level number which has been added to this CopyBook. |
void |
outputContents(CobolGroup fromGroup)
Insert the method's description here. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CobolCopyBook()
Method Detail |
public void addCobolGroup(CobolGroup group)
group
- the group to add to the CopyBook.public java.util.Collection getCobolGroups()
public CobolGroup getTopLevelGroup()
public void outputContents(CobolGroup fromGroup)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |