Package com.ibm.jzos.recordgen.asm

Class Summary
ADataDCDSOperand This class maps the ADATA DCDS Operand block
ADataDCDSRecord Maps a Adata DCDS record.
ADataDCDSValue Maps a AData DCDS record VALUE block
ADataRecord A object which maps a Common Header section of an Assembler ADATA record.
ADataRecordReader A class that reads ADataRecord (or subtype instances) from a ZFile containing a SYSADATA file.
ADataSourceRecord Describes a AData SOURCE record
ADataSymbolRecord Maps an AData Symbol record.
ConstantSpec A subtype of ElementSpec, part of a RecordSpec, used to describe an assembler DSECT constant.
ElementSpec An abstract superclass of objects that are components of a RecordSpec.
FieldSpec An object to describe a field in an Assembler DSECT.
RecordClassGenerator Generates the source code for a Java class that maps a byte array matching the description given by an Assembler CSECT or DSECT.
RecordSpec A object which describes an abstract representation of the fields and constants in an Assembler DSECT.
RecordSpecBuilder A class that converts a AData file, output from the IBM High Level Assembler, into an abstract RecordSpec object model.