com.ibm.pdp.maf.rpp.pac.program
Interface DataStructureCall

All Superinterfaces:
Element

public interface DataStructureCall
extends Element

DataStructureCall gives the DataStrucure and its segments accessed in the program.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataStructure getDataStructure()
          Data Structure
 java.util.List<SegmentCall> getSegmentCalls()
          List of the Segments mentioned by the Data Structure.
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getDataStructure

DataStructure getDataStructure()

Data Structure

Returns:

getSegmentCalls

java.util.List<SegmentCall> getSegmentCalls()

List of the Segments mentioned by the Data Structure.

Returns: