|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.recordgen.asm.RecordSpecBuilder
public class RecordSpecBuilder
A class that converts a AData file, output from the IBM High Level Assembler,
into an abstract RecordSpec
object model.
This class is used by RecordClassGenerator
to generate Java source
code from Assembler AData files.
ADataRecord
Constructor Summary | |
---|---|
RecordSpecBuilder()
|
Method Summary | |
---|---|
java.lang.String |
getSelectedSectionName()
Answer the name of the DSECT or CSECT that is to be scavenged. |
RecordSpec |
process(java.lang.String zFileDSN)
Process an Assembler AData file whose ZFile name is given, |
RecordSpec |
process(ZFile zFile)
Process an Assembler AData file. |
void |
setDumpSourceRecords(boolean dumpSourceRecords)
Sets a debug flag which causes the AData source records to be dumped to STDERR |
void |
setSelectedSectionName(java.lang.String selectedSectionName)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordSpecBuilder()
Method Detail |
---|
public RecordSpec process(java.lang.String zFileDSN) throws java.io.IOException
zFileDSN
- the name of the ZFile dataset
java.io.IOException
ZFile
,
process(ZFile)
public RecordSpec process(ZFile zFile) throws java.io.IOException
zFile
- the ZFile dataset containing the AData records
java.io.IOException
public java.lang.String getSelectedSectionName()
public void setSelectedSectionName(java.lang.String selectedSectionName)
getSelectedSectionName()
public void setDumpSourceRecords(boolean dumpSourceRecords)
dumpSourceRecords
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |