|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.recordgen.asm.ElementSpec
public abstract class ElementSpec
An abstract superclass of objects that are components of a RecordSpec.
Each describes an item in an Assembler DSECT, and is used by
RecordClassGenerator
to generate a Java source class to describe
the Assembler DSECT.
RecordSpec
,
RecordClassGenerator
,
RecordSpecBuilder
Constructor Summary | |
---|---|
ElementSpec()
|
Method Summary | |
---|---|
void |
dumpOn(java.io.Writer writer)
Dump debug information for the receiver |
java.lang.String |
getLabel()
Answer a String, possibly null, which is the Assembler label/symbol for the element |
java.util.ArrayList |
getSourceLines()
Answer a List of Strings which are typically Assembler comments for the receiver's element. |
int |
getSourceStmt()
Answer an integer which is the Assembler source statement number |
void |
setLabel(java.lang.String label)
|
void |
setSourceLines(java.util.ArrayList sourceLines)
|
void |
setSourceStmt(int sourceStmt)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ElementSpec()
Method Detail |
---|
public java.util.ArrayList getSourceLines()
public void setSourceLines(java.util.ArrayList sourceLines)
getSourceLines()
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
getLabel()
public int getSourceStmt()
public void setSourceStmt(int sourceStmt)
getSourceStmt()
public void dumpOn(java.io.Writer writer) throws java.io.IOException
writer
-
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |