| Modifier and Type | Interface and Description |
|---|---|
interface |
AddressOf
A representation of the ADDRESS OF special register.
|
interface |
DataRef
A representation of a reference to a data item in a COBOL program.
|
interface |
FuncRef
A representation of a function call.
|
interface |
ImplicitDataRef
A representation of a reference to a data item that is implicitly declared.
|
interface |
IndexRef
A representation of the use of an index.
|
interface |
LengthOf
A representation of the LENGTH OF special register.
|
interface |
LinageCounter
A representation of the LINAGE COUNTER special register.
|
interface |
QualifiedRef
A representation of a qualified reference to a data item.
|
interface |
RefMod
A representation of a reference modifier.
|
interface |
SimpleRef
A representation of the use of a data item in a COBOL program.
|
interface |
SpecialRegister
A representation of a special register.
|
interface |
TableRef
A representation of a reference to a table data item.
|
interface |
UnresolvedDataRef
A representation of a reference to a data item that has not been declared.
|
| Modifier and Type | Method and Description |
|---|---|
DataRefOrIndexRef |
PIControllerVaryingClause.getVaried()
Returns the value of the 'Varied' containment reference.
|
DataRefOrIndexRef |
SerialSearchStmt.getVarying()
Returns the value of the 'Varying' containment reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PIControllerVaryingClause.setVaried(DataRefOrIndexRef value)
Sets the value of the '
Varied' containment reference. |
void |
SerialSearchStmt.setVarying(DataRefOrIndexRef value)
Sets the value of the '
Varying' containment reference. |