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

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

Subinterfaces of DataRefOrLiteral in com.ibm.etools.cobol.application.model.cobol
 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 LengthOf
          A representation of the LENGTH OF special register.
 interface LinageCounter
          A representation of the LINAGE COUNTER special register.
 interface Literal
          A representation of a literal.
 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.
 

Methods in com.ibm.etools.cobol.application.model.cobol that return DataRefOrLiteral
 DataRefOrLiteral ActualParameter.getArg()
          Returns the value of the 'Arg' containment reference.
 DataRefOrLiteral ReplacingClause.getBy()
          Returns the value of the 'By' containment reference.
 DataRefOrLiteral DivideByGivingStmt.getBy()
          Returns the value of the 'By' containment reference.
 DataRefOrLiteral SetAdjustIndicesStmt.getBy()
          Returns the value of the 'By' containment reference.
 DataRefOrLiteral PIControllerVaryingClause.getBy()
          Returns the value of the 'By' containment reference.
 DataRefOrLiteral InspectConvertingStmt.getConvert()
          Returns the value of the 'Convert' containment reference.
 DataRefOrLiteral InspectConvertingStmt.getConvertTo()
          Returns the value of the 'Convert To' containment reference.
 DataRefOrLiteral StringClause.getDelimitedBy()
          Returns the value of the 'Delimited By' containment reference.
 DataRefOrLiteral InspectBeforeOrAfterClause.getDelimiter()
          Returns the value of the 'Delimiter' containment reference.
 DataRefOrLiteral DivideStmt.getDivide()
          Returns the value of the 'Divide' containment reference.
 DataRefOrLiteral XMLGenerateStmt.getEncoding()
          Returns the value of the 'Encoding' containment reference.
 DataRefOrLiteral XMLParseStmt.getEncoding()
          Returns the value of the 'Encoding' containment reference.
 DataRefOrLiteral SetPointersToEntryStmt.getEntry()
          Returns the value of the 'Entry' containment reference.
 DataRefOrLiteral SetProcPointersToEntryStmt.getEntry()
          Deprecated. Returns the value of the 'Entry' containment reference.
 DataRefOrLiteral SubtractFromGivingStmt.getFrom()
          Returns the value of the 'From' containment reference.
 DataRefOrLiteral ExitProgramStmt.getGiving()
          Returns the value of the 'Giving' containment reference.
 DataRefOrLiteral DivideIntoGivingStmt.getInto()
          Returns the value of the 'Into' containment reference.
 DataRefOrLiteral UnstringDelimiter.getItem()
          Returns the value of the 'Item' containment reference.
 DataRefOrLiteral WriteAdvancingClause.getLines()
          Returns the value of the 'Lines' containment reference.
 DataRefOrLiteral MultiplyByStmt.getMultiplier()
          Returns the value of the 'Multiplier' containment reference.
 DataRefOrLiteral XMLGenerateStmt.getNamespace()
          Returns the value of the 'Namespace' containment reference.
 DataRefOrLiteral XMLGenerateStmt.getNamespacePrefix()
          Returns the value of the 'Namespace Prefix' containment reference.
 DataRefOrLiteral MultiplyByGivingStmt.getOperand1()
          Returns the value of the 'Operand1' containment reference.
 DataRefOrLiteral MultiplyByGivingStmt.getOperand2()
          Returns the value of the 'Operand2' containment reference.
 DataRefOrLiteral CallStmt.getProgram()
          Returns the value of the 'Program' containment reference.
 DataRefOrLiteral InspectReplacingAllOrLeadingOrFirstClause.getReplace()
          Returns the value of the 'Replace' containment reference.
 DataRefOrLiteral InspectReplacingAllOrLeadingOrFirstClause.getReplaceBy()
          Returns the value of the 'Replace By' containment reference.
 DataRefOrLiteral InspectReplacingCharactersBy.getReplaceBy()
          Returns the value of the 'Replace By' containment reference.
 DataRefOrLiteral MoveSimpleStmt.getSendingArea()
          Returns the value of the 'Sending Area' containment reference.
 DataRefOrLiteral PIControllerTimes.getTimes()
          Returns the value of the 'Times' containment reference.
 DataRefOrLiteral AddToGivingStmt.getTo()
          Returns the value of the 'To' containment reference.
 DataRefOrLiteral InspectTallyingAllOrLeadingClause.getValue()
          Returns the value of the 'Value' containment reference.
 DataRefOrLiteral SystemNamePhrase.getValue()
          Returns the value of the 'Value' containment reference.
 

Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type DataRefOrLiteral
 void ActualParameter.setArg(DataRefOrLiteral value)
          Sets the value of the 'Arg' containment reference.
 void ReplacingClause.setBy(DataRefOrLiteral value)
          Sets the value of the 'By' containment reference.
 void DivideByGivingStmt.setBy(DataRefOrLiteral value)
          Sets the value of the 'By' containment reference.
 void SetAdjustIndicesStmt.setBy(DataRefOrLiteral value)
          Sets the value of the 'By' containment reference.
 void PIControllerVaryingClause.setBy(DataRefOrLiteral value)
          Sets the value of the 'By' containment reference.
 void InspectConvertingStmt.setConvert(DataRefOrLiteral value)
          Sets the value of the 'Convert' containment reference.
 void InspectConvertingStmt.setConvertTo(DataRefOrLiteral value)
          Sets the value of the 'Convert To' containment reference.
 void StringClause.setDelimitedBy(DataRefOrLiteral value)
          Sets the value of the 'Delimited By' containment reference.
 void InspectBeforeOrAfterClause.setDelimiter(DataRefOrLiteral value)
          Sets the value of the 'Delimiter' containment reference.
 void DivideStmt.setDivide(DataRefOrLiteral value)
          Sets the value of the 'Divide' containment reference.
 void XMLGenerateStmt.setEncoding(DataRefOrLiteral value)
          Sets the value of the 'Encoding' containment reference.
 void XMLParseStmt.setEncoding(DataRefOrLiteral value)
          Sets the value of the 'Encoding' containment reference.
 void SetPointersToEntryStmt.setEntry(DataRefOrLiteral value)
          Sets the value of the 'Entry' containment reference.
 void SetProcPointersToEntryStmt.setEntry(DataRefOrLiteral value)
          Deprecated. Sets the value of the 'Entry' containment reference.
 void SubtractFromGivingStmt.setFrom(DataRefOrLiteral value)
          Sets the value of the 'From' containment reference.
 void ExitProgramStmt.setGiving(DataRefOrLiteral value)
          Sets the value of the 'Giving' containment reference.
 void DivideIntoGivingStmt.setInto(DataRefOrLiteral value)
          Sets the value of the 'Into' containment reference.
 void UnstringDelimiter.setItem(DataRefOrLiteral value)
          Sets the value of the 'Item' containment reference.
 void WriteAdvancingClause.setLines(DataRefOrLiteral value)
          Sets the value of the 'Lines' containment reference.
 void MultiplyByStmt.setMultiplier(DataRefOrLiteral value)
          Sets the value of the 'Multiplier' containment reference.
 void XMLGenerateStmt.setNamespace(DataRefOrLiteral value)
          Sets the value of the 'Namespace' containment reference.
 void XMLGenerateStmt.setNamespacePrefix(DataRefOrLiteral value)
          Sets the value of the 'Namespace Prefix' containment reference.
 void MultiplyByGivingStmt.setOperand1(DataRefOrLiteral value)
          Sets the value of the 'Operand1' containment reference.
 void MultiplyByGivingStmt.setOperand2(DataRefOrLiteral value)
          Sets the value of the 'Operand2' containment reference.
 void CallStmt.setProgram(DataRefOrLiteral value)
          Sets the value of the 'Program' containment reference.
 void InspectReplacingAllOrLeadingOrFirstClause.setReplace(DataRefOrLiteral value)
          Sets the value of the 'Replace' containment reference.
 void InspectReplacingAllOrLeadingOrFirstClause.setReplaceBy(DataRefOrLiteral value)
          Sets the value of the 'Replace By' containment reference.
 void InspectReplacingCharactersBy.setReplaceBy(DataRefOrLiteral value)
          Sets the value of the 'Replace By' containment reference.
 void MoveSimpleStmt.setSendingArea(DataRefOrLiteral value)
          Sets the value of the 'Sending Area' containment reference.
 void PIControllerTimes.setTimes(DataRefOrLiteral value)
          Sets the value of the 'Times' containment reference.
 void AddToGivingStmt.setTo(DataRefOrLiteral value)
          Sets the value of the 'To' containment reference.
 void InspectTallyingAllOrLeadingClause.setValue(DataRefOrLiteral value)
          Sets the value of the 'Value' containment reference.
 void SystemNamePhrase.setValue(DataRefOrLiteral value)
          Sets the value of the 'Value' containment reference.