Class RepositoryPrinter


public class RepositoryPrinter extends RepositorySwitch
  • Constructor Details

    • RepositoryPrinter

      public RepositoryPrinter()
  • Method Details

    • caseParameter

      public Object caseParameter(Parameter object)
      Description copied from class: RepositorySwitch
      Returns the result of interpreting the object as an instance of 'Parameter'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      caseParameter in class RepositorySwitch
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Parameter'.
      See Also:
    • casePrimitiveDataType

      public Object casePrimitiveDataType(PrimitiveDataType object)
      Description copied from class: RepositorySwitch
      Returns the result of interpreting the object as an instance of 'Primitive Data Type'. This implementation returns null; returning a non-null result will terminate the switch.
      Overrides:
      casePrimitiveDataType in class RepositorySwitch
      Parameters:
      object - the target of the switch.
      Returns:
      the result of interpreting the object as an instance of 'Primitive Data Type'.
      See Also: