Uses of Interface
com.ibm.etools.cobol.application.model.cobol.DataRef

Uses of DataRef in com.ibm.etools.cobol.application.model.cobol
 

Subinterfaces of DataRef in com.ibm.etools.cobol.application.model.cobol
 interface AddressOf
          A representation of the ADDRESS OF special register.
 interface FuncRef
          A representation of a function call.
 interface LengthOf
          A representation of the LENGTH OF special register.
 interface LinageCounter
          A representation of the LINAGE COUNTER special register.
 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.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return DataRef
 DataRef AddCorrStmt.getAdd()
          Returns the value of the 'Add' containment reference.
 DataRef UnstringIntoClause.getCountIn()
          Returns the value of the 'Count In' containment reference.
 DataRef InspectTallyingClause.getCountIn()
          Returns the value of the 'Count In' containment reference.
 DataRef ExprClassCond.getDataRef()
          Returns the value of the 'Data Ref' containment reference.
 DataRef ExprSignCond.getDataRef()
          Returns the value of the 'Data Ref' containment reference.
 DataRef KeyCondition.getDataRef()
          Returns the value of the 'Data Ref' containment reference.
 DataRef UnstringIntoClause.getDelimiterIn()
          Returns the value of the 'Delimiter In' containment reference.
 DataRef GoToConditionalStmt.getDependingOn()
          Returns the value of the 'Depending On' containment reference.
 DataRef WriteStmt.getFrom()
          Returns the value of the 'From' containment reference.
 DataRef RewriteStmt.getFrom()
          Returns the value of the 'From' containment reference.
 DataRef ReleaseStmt.getFrom()
          Returns the value of the 'From' containment reference.
 DataRef GoBackStmt.getGiving()
          Returns the value of the 'Giving' containment reference.
 DataRef ReadStmt.getInto()
          Returns the value of the 'Into' containment reference.
 DataRef ReturnStmt.getInto()
          Returns the value of the 'Into' containment reference.
 DataRef StringStmt.getInto()
          Returns the value of the 'Into' containment reference.
 DataRef UnstringIntoClause.getInto()
          Returns the value of the 'Into' containment reference.
 DataRef ReadStmt.getKey()
          Returns the value of the 'Key' containment reference.
 DataRef MoveCorrStmt.getReceivingArea()
          Returns the value of the 'Receiving Area' containment reference.
 DataRef ExprDataRef.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef LengthOf.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef RefMod.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef UnstringStmt.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef AddressOf.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef ArithOperand.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef InspectStmt.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef AcceptStmt.getRef()
          Returns the value of the 'Ref' containment reference.
 DataRef DivideByGivingRemainderStmt.getRemainder()
          Returns the value of the 'Remainder' containment reference.
 DataRef DivideIntoGivingRemainderStmt.getRemainder()
          Returns the value of the 'Remainder' containment reference.
 DataRef CicsStmt.getResp()
          Returns the value of the 'Resp' containment reference.
 DataRef CicsStmt.getResp2()
          Returns the value of the 'Resp2' containment reference.
 DataRef CallStmt.getReturning()
          Returns the value of the 'Returning' containment reference.
 DataRef MoveCorrStmt.getSendingArea()
          Returns the value of the 'Sending Area' containment reference.
 DataRef SetPointersToAddressStmt.getSendingArea()
          Returns the value of the 'Sending Area' containment reference.
 DataRef SetProcPointersToPointerStmt.getSendingPointer()
          Returns the value of the 'Sending Pointer' containment reference.
 DataRef SetProcPointersToProcPointerStmt.getSendingProcPointer()
          Returns the value of the 'Sending Proc Pointer' containment reference.
 DataRef SubtractCorrStmt.getSubtract()
          Returns the value of the 'Subtract' containment reference.
 DataRef UnstringStmt.getTallyingIn()
          Returns the value of the 'Tallying In' containment reference.
 DataRef StringStmt.getWithPointer()
          Returns the value of the 'With Pointer' containment reference.
 DataRef UnstringStmt.getWithPointer()
          Returns the value of the 'With Pointer' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataRef
 void AddCorrStmt.setAdd(DataRef value)
          Sets the value of the 'Add' containment reference.
 void UnstringIntoClause.setCountIn(DataRef value)
          Sets the value of the 'Count In' containment reference.
 void InspectTallyingClause.setCountIn(DataRef value)
          Sets the value of the 'Count In' containment reference.
 void ExprClassCond.setDataRef(DataRef value)
          Sets the value of the 'Data Ref' containment reference.
 void ExprSignCond.setDataRef(DataRef value)
          Sets the value of the 'Data Ref' containment reference.
 void KeyCondition.setDataRef(DataRef value)
          Sets the value of the 'Data Ref' containment reference.
 void UnstringIntoClause.setDelimiterIn(DataRef value)
          Sets the value of the 'Delimiter In' containment reference.
 void GoToConditionalStmt.setDependingOn(DataRef value)
          Sets the value of the 'Depending On' containment reference.
 void WriteStmt.setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void RewriteStmt.setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void ReleaseStmt.setFrom(DataRef value)
          Sets the value of the 'From' containment reference.
 void GoBackStmt.setGiving(DataRef value)
          Sets the value of the 'Giving' containment reference.
 void ReadStmt.setInto(DataRef value)
          Sets the value of the 'Into' containment reference.
 void ReturnStmt.setInto(DataRef value)
          Sets the value of the 'Into' containment reference.
 void StringStmt.setInto(DataRef value)
          Sets the value of the 'Into' containment reference.
 void UnstringIntoClause.setInto(DataRef value)
          Sets the value of the 'Into' containment reference.
 void ReadStmt.setKey(DataRef value)
          Sets the value of the 'Key' containment reference.
 void MoveCorrStmt.setReceivingArea(DataRef value)
          Sets the value of the 'Receiving Area' containment reference.
 void ExprDataRef.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void LengthOf.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void RefMod.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void UnstringStmt.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void AddressOf.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void ArithOperand.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void InspectStmt.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void AcceptStmt.setRef(DataRef value)
          Sets the value of the 'Ref' containment reference.
 void DivideByGivingRemainderStmt.setRemainder(DataRef value)
          Sets the value of the 'Remainder' containment reference.
 void DivideIntoGivingRemainderStmt.setRemainder(DataRef value)
          Sets the value of the 'Remainder' containment reference.
 void CicsStmt.setResp(DataRef value)
          Sets the value of the 'Resp' containment reference.
 void CicsStmt.setResp2(DataRef value)
          Sets the value of the 'Resp2' containment reference.
 void CallStmt.setReturning(DataRef value)
          Sets the value of the 'Returning' containment reference.
 void MoveCorrStmt.setSendingArea(DataRef value)
          Sets the value of the 'Sending Area' containment reference.
 void SetPointersToAddressStmt.setSendingArea(DataRef value)
          Sets the value of the 'Sending Area' containment reference.
 void SetProcPointersToPointerStmt.setSendingPointer(DataRef value)
          Sets the value of the 'Sending Pointer' containment reference.
 void SetProcPointersToProcPointerStmt.setSendingProcPointer(DataRef value)
          Sets the value of the 'Sending Proc Pointer' containment reference.
 void SubtractCorrStmt.setSubtract(DataRef value)
          Sets the value of the 'Subtract' containment reference.
 void UnstringStmt.setTallyingIn(DataRef value)
          Sets the value of the 'Tallying In' containment reference.
 void StringStmt.setWithPointer(DataRef value)
          Sets the value of the 'With Pointer' containment reference.
 void UnstringStmt.setWithPointer(DataRef value)
          Sets the value of the 'With Pointer' containment reference.