public class SmodelDumper extends SmodelSwitch<String>
  • Constructor Details

  • Method Details

    • caseExpression

      public String caseExpression(Expression expression)
      Description copied from class: SmodelSwitch
      Returns the result of interpreting the object as an instance of 'Expression'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseExpression in class SmodelSwitch<String>
      Parameters:
      expression - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Expression'.
      See Also:
    • formatValue

      public String formatValue(Object value)