|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MacroParameters
MacroParameters indicates, for each parameter, its identifier and value in the program.
| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
DataElement |
getDataElement()
DataElement linked if the parameter refers to a DataElement (E=CORUB). |
DataStructure |
getDataStructure()
DataStructure linked if the parameter refers to a DataStructure (D=XX). |
java.lang.String |
getId()
Identifier of the parameter from $1 to $J. |
AbstractSegment |
getSegment()
Segment linked if the parameter refers to a Segment (S=XXYY). |
java.lang.String |
getValue()
Value of the parameter. |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
DataElement getDataElement()
DataElement linked if the parameter refers to a DataElement (E=CORUB).
DataStructure getDataStructure()
DataStructure linked if the parameter refers to a DataStructure (D=XX).
java.lang.String getId()
Identifier of the parameter from $1 to $J.
AbstractSegment getSegment()
Segment linked if the parameter refers to a Segment (S=XXYY).
java.lang.String getValue()
Value of the parameter.
If the parameter refers to a DataElement (E=CORUB), a Data Structure (D=XX) or a Segment (S=XXYY), then the fields getDataElement, getDataStructure or getSegment are entered.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||