|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.jzos.recordgen.asm.ElementSpec
com.ibm.jzos.recordgen.asm.ConstantSpec
public class ConstantSpec
A subtype of ElementSpec, part of a RecordSpec, used to describe an assembler DSECT constant.
RecordSpec
,
ElementSpec
Constructor Summary | |
---|---|
ConstantSpec()
|
Method Summary | |
---|---|
void |
dumpOn(java.io.Writer writer)
Write a debug dump of the receiver. |
java.lang.Object |
getValue()
Answer a Character or Integer object value for this constant |
boolean |
isRelocatable()
Answer true if the receiver is from a relocatable symbol |
void |
setRelocatable(boolean relocatable)
|
void |
setValue(java.lang.Object value)
|
Methods inherited from class com.ibm.jzos.recordgen.asm.ElementSpec |
---|
getLabel, getSourceLines, getSourceStmt, setLabel, setSourceLines, setSourceStmt |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConstantSpec()
Method Detail |
---|
public boolean isRelocatable()
public void setRelocatable(boolean relocatable)
isRelocatable()
public java.lang.Object getValue()
public void setValue(java.lang.Object value)
getValue()
public void dumpOn(java.io.Writer writer) throws java.io.IOException
dumpOn
in class ElementSpec
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |