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

Uses of Class
com.ibm.etools.cobol.application.model.cobol.WhenValue

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

      Fields in com.ibm.etools.cobol.application.model.cobol declared as WhenValue 
      Modifier and Type Field and Description
      static WhenValue WhenValue.WV_HIGH_VALUE_LITERAL
      The 'WV HIGH VALUE' literal object.
      static WhenValue WhenValue.WV_HIGH_VALUES_LITERAL
      The 'WV HIGH VALUES' literal object.
      static WhenValue WhenValue.WV_LOW_VALUE_LITERAL
      The 'WV LOW VALUE' literal object.
      static WhenValue WhenValue.WV_LOW_VALUES_LITERAL
      The 'WV LOW VALUES' literal object.
      static WhenValue WhenValue.WV_SPACE_LITERAL
      The 'WV SPACE' literal object.
      static WhenValue WhenValue.WV_SPACES_LITERAL
      The 'WV SPACES' literal object.
      static WhenValue WhenValue.WV_ZERO_LITERAL
      The 'WV ZERO' literal object.
      static WhenValue WhenValue.WV_ZEROES_LITERAL
      The 'WV ZEROES' literal object.
      static WhenValue WhenValue.WV_ZEROS_LITERAL
      The 'WV ZEROS' literal object.
      Methods in com.ibm.etools.cobol.application.model.cobol that return WhenValue 
      Modifier and Type Method and Description
      static WhenValue WhenValue.get(int value)
      Returns the 'When Value' literal with the specified integer value.
      static WhenValue WhenValue.get(java.lang.String literal)
      Returns the 'When Value' literal with the specified literal value.
      static WhenValue WhenValue.getByName(java.lang.String name)
      Returns the 'When Value' literal with the specified name.
Skip navigation links
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes