|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bankframe.examples.txnhandler.connector.coboltest.parser.cobol.CobolCopyBook
public class 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. |
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. |
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 Collection getCobolGroups()
public CobolGroup getTopLevelGroup()
public void outputContents(CobolGroup fromGroup)
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |