|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.recordgen.asm.RecordSpec
public class RecordSpec
A object which describes an abstract representation of the fields and constants in an Assembler DSECT.
RecordSpecBuilder
Constructor Summary | |
---|---|
RecordSpec()
|
Method Summary | |
---|---|
void |
addElementSpec(ElementSpec elementSpec)
Add a new ElementSpec (subtype) instance to the ordered list maintained by the receiver. |
void |
dumpOn(java.io.Writer writer)
Write a debug representation of the Receiver |
java.util.Iterator |
elementSpecIterator()
Answer an Iterator of the list of ElementSpec (subtypes instances) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordSpec()
Method Detail |
---|
public void addElementSpec(ElementSpec elementSpec)
elementSpec
- ElementSpec subtype instancepublic java.util.Iterator elementSpecIterator()
public void dumpOn(java.io.Writer writer) throws java.io.IOException
writer
- Writer
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |