Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

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

    • Uses of MnemonicName in com.ibm.etools.cobol.application.model.cobol

      Methods in com.ibm.etools.cobol.application.model.cobol that return MnemonicName 
      Modifier and Type Method and Description
      MnemonicName AcceptDataTransferStmt.getEnvironmentName()
      Returns the value of the 'Environment Name' reference.
      MnemonicName DisplayStmt.getEnvironmentName()
      Returns the value of the 'Environment Name' reference.
      MnemonicName WriteAdvancingClause.getMnemonicName()
      Returns the value of the 'Mnemonic Name' reference.
      Methods in com.ibm.etools.cobol.application.model.cobol with parameters of type MnemonicName 
      Modifier and Type Method and Description
      void AcceptDataTransferStmt.setEnvironmentName(MnemonicName value)
      Sets the value of the 'Environment Name' reference.
      void DisplayStmt.setEnvironmentName(MnemonicName value)
      Sets the value of the 'Environment Name' reference.
      void WriteAdvancingClause.setMnemonicName(MnemonicName value)
      Sets the value of the 'Mnemonic Name' reference.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes