|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.recordgen.asm.ADataRecord
com.ibm.jzos.recordgen.asm.ADataSymbolRecord
public class ADataSymbolRecord
Maps an AData Symbol record.
ADataRecord
Fields inherited from class com.ibm.jzos.recordgen.asm.ADataRecord |
---|
_ADATA_CONT, _ADATA_DATA_LEN, _ADATA_EDITION, _ADATA_LEVEL, _ADATA_RECTYPE, _ADATA_VERSION, ADATA_EQU_LEN, ADATA_ISCONT, ADATA_L1, ADATA_L2, ADATA_L3, ADATA_LVL, ADATA_NOTCONT, ADATA_VERASM, bytes, factory |
Constructor Summary | |
---|---|
ADataSymbolRecord(byte[] buffer)
Construct an instance on an existing byte array. |
Method Summary | |
---|---|
void |
dumpOn(java.io.Writer writer)
Write debugging information for the receiver. |
java.lang.String |
getASM_TYPE()
|
java.lang.String |
getATTR()
|
int |
getBYTE_LEN()
|
int |
getDUP()
|
int |
getESDID()
|
int |
getINT()
|
int |
getLOCTR()
|
int |
getNAME_LEN()
|
int |
getNAME_OFF()
|
long |
getPROGRAM_TYPE()
|
int |
getRELOC_FLAG()
|
int |
getSCALE()
|
int |
getSTMT()
|
int |
getSupportedEdition()
Answer the edition number that this (subtype instance) supports. |
java.lang.String |
getSymbolName()
Answer a String containing the symbol (label) name |
int |
getTYPE()
|
Methods inherited from class com.ibm.jzos.recordgen.asm.ADataRecord |
---|
getBytes, getCONT, getDATA_LEN, getEDITION, getLEVEL, getRECTYPE, getVERSION, setBytes, setCONT, setDATA_LEN |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int HEADER_LEN
public static final int ADATA_RECSYM
public static final int ADATA_EDNSYM
protected static final BinaryAsIntField _ADSYM_ESDID
protected static final BinaryAsIntField _ADSYM_STMT
protected static final BinaryAsIntField _ADSYM_LOCTR
protected static final BinaryAsIntField _ADSYM_TYPE
public static int ADSYM_TYPE_UNDEF
public static int ADSYM_TYPE_SECTION
public static int ADSYM_TYPE_DSECT
public static int ADSYM_TYPE_COMMON
public static int ADSYM_TYPE_DXD
public static int ADSYM_TYPE_VCON
public static int ADSYM_TYPE_QUAL
public static int ADSYM_TYPE_XTRN
public static int ADSYM_TYPE_LOCTR
public static int ADSYM_TYPE_DUP
public static int ADSYM_TYPE_LITERAL
public static int ADSYM_TYPE_ASTLIT
public static int ADSYM_TYPE_EQU
public static int ADSYM_TYPE_ORDINARY
public static int ADSYM_TYPE_UNRES
protected static final BinaryAsIntField _ADSYM_DUP
protected static final StringField _ADSYM_ATTR
protected static final StringField _ADSYM_ASM_TYPE
protected static final BinaryAsLongField _ADSYM_PROGRAM_TYPE
protected static final BinaryAsIntField _ADSYM_BYTE_LEN
protected static final BinaryAsIntField _ADSYM_INT
protected static final BinaryAsIntField _ADSYM_SCALE
public static final int ADSYM_RELOC
public static final int ADSYM_COMPLEX
protected static final BinaryAsIntField _ADSYM_RELOC_FLAG
protected static final BinaryAsIntField _ADSYM_NAME_OFF
protected static final BinaryAsIntField _ADSYM_NAME_LEN
public static final int ADSYM_EQU_LEN
protected static final StringField _ADSYM_NAME
Constructor Detail |
---|
public ADataSymbolRecord(byte[] buffer)
buffer
- the byte array used as backing memory for the structureMethod Detail |
---|
public int getSupportedEdition()
getSupportedEdition
in class ADataRecord
public int getESDID()
public int getSTMT()
public int getLOCTR()
public int getTYPE()
public int getDUP()
public java.lang.String getATTR()
public java.lang.String getASM_TYPE()
public long getPROGRAM_TYPE()
public int getBYTE_LEN()
public int getINT()
public int getSCALE()
public int getRELOC_FLAG()
public int getNAME_OFF()
public int getNAME_LEN()
public java.lang.String getSymbolName()
public void dumpOn(java.io.Writer writer) throws java.io.IOException
dumpOn
in class ADataRecord
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |