Class RepositoryPrinter

    • Constructor Detail

      • RepositoryPrinter

        public RepositoryPrinter()
    • Method Detail

      • 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:
        doSwitch(EObject)
      • 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:
        doSwitch(EObject)