Class ResponseAdapterFactory

  • All Implemented Interfaces:
    org.eclipse.emf.common.notify.AdapterFactory

    public class ResponseAdapterFactory
    extends org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
    The Adapter Factory for the model. It provides an adapter createXXX method for each class of the model.
    See Also:
    ResponsePackage
    • Field Detail

      • modelPackage

        protected static ResponsePackage modelPackage
        The cached model package.
      • modelSwitch

        protected ResponseSwitch<org.eclipse.emf.common.notify.Adapter> modelSwitch
        The switch that delegates to the createXXX methods.
    • Constructor Detail

      • ResponseAdapterFactory

        public ResponseAdapterFactory()
        Creates an instance of the adapter factory.
    • Method Detail

      • isFactoryForType

        public boolean isFactoryForType​(Object object)
        Returns whether this factory is applicable for the type of the object. This implementation returns true if the object is either the model's package or is an instance object of the model.
        Specified by:
        isFactoryForType in interface org.eclipse.emf.common.notify.AdapterFactory
        Overrides:
        isFactoryForType in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Returns:
        whether this factory is applicable for the type of the object.
      • createAdapter

        public org.eclipse.emf.common.notify.Adapter createAdapter​(org.eclipse.emf.common.notify.Notifier target)
        Creates an adapter for the target.
        Overrides:
        createAdapter in class org.eclipse.emf.common.notify.impl.AdapterFactoryImpl
        Parameters:
        target - the object to adapt.
        Returns:
        the adapter for the target.
      • createHTTPInitialDebugSettingsDataAdapter

        public org.eclipse.emf.common.notify.Adapter createHTTPInitialDebugSettingsDataAdapter()
        Creates a new adapter for an object of class 'HTTP Initial Debug Settings Data'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HTTPInitialDebugSettingsData
      • createHTTPServerInitialDebugSettingsDataAdapter

        public org.eclipse.emf.common.notify.Adapter createHTTPServerInitialDebugSettingsDataAdapter()
        Creates a new adapter for an object of class 'HTTP Server Initial Debug Settings Data'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        HTTPServerInitialDebugSettingsData
      • createMiscRDbgGetAPIVerResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createMiscRDbgGetAPIVerResponseAdapter()
        Creates a new adapter for an object of class 'Misc RDbg Get API Ver Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        MiscRDbgGetAPIVerResponse
      • createRDBGAttachDebugUIRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGAttachDebugUIRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Attach Debug UI Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGAttachDebugUIRequest
      • createRDBGAttachDebugUIResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGAttachDebugUIResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Attach Debug UI Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGAttachDebugUIResponse
      • createRDBGAttachDetachDbgTargetResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGAttachDetachDbgTargetResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Attach Detach Dbg Target Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGAttachDetachDbgTargetResponse
      • createRDBGAttachDetachDebugTargetsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGAttachDetachDebugTargetsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Attach Detach Debug Targets Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGAttachDetachDebugTargetsRequest
      • createRDbgBaseRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDbgBaseRequestAdapter()
        Creates a new adapter for an object of class 'RDbg Base Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDbgBaseRequest
      • createRDBGCheckTerminateAbilityRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGCheckTerminateAbilityRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Check Terminate Ability Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGCheckTerminateAbilityRequest
      • createRDBGCheckTerminateAbilityResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGCheckTerminateAbilityResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Check Terminate Ability Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGCheckTerminateAbilityResponse
      • createRDBGDetachDebugUIRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGDetachDebugUIRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Detach Debug UI Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGDetachDebugUIRequest
      • createRDBGFinishUpdateIBRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGFinishUpdateIBRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Finish Update IB Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGFinishUpdateIBRequest
      • createRDBGFinishUpdateIBResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGFinishUpdateIBResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Finish Update IB Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGFinishUpdateIBResponse
      • createRDBGStartUpdateIBRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGStartUpdateIBRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Start Update IB Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGStartUpdateIBRequest
      • createRDBGStartUpdateIBResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGStartUpdateIBResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Start Update IB Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGStartUpdateIBResponse
      • createRDBGDetachDebugUIResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGDetachDebugUIResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Detach Debug UI Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGDetachDebugUIResponse
      • createRDBGEvalExprRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGEvalExprRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Eval Expr Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGEvalExprRequest
      • createRDBGEvalExprResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGEvalExprResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Eval Expr Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGEvalExprResponse
      • createRDBGEvalLocalVariablesRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGEvalLocalVariablesRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Eval Local Variables Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGEvalLocalVariablesRequest
      • createRDBGEvalLocalVariablesResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGEvalLocalVariablesResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Eval Local Variables Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGEvalLocalVariablesResponse
      • createRDBGGetAutoAttachSettingsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetAutoAttachSettingsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Auto Attach Settings Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetAutoAttachSettingsRequest
      • createRDBGGetAutoAttachSettingsResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetAutoAttachSettingsResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Auto Attach Settings Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetAutoAttachSettingsResponse
      • createRDBGGetBreakpointsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetBreakpointsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Breakpoints Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetBreakpointsRequest
      • createRDBGGetBreakpointsResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetBreakpointsResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Breakpoints Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetBreakpointsResponse
      • createRDBGGetCallStackRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetCallStackRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Call Stack Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetCallStackRequest
      • createRDBGGetCallStackResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetCallStackResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Call Stack Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetCallStackResponse
      • createRDBGGetDbgAllTargetStatesRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDbgAllTargetStatesRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Dbg All Target States Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDbgAllTargetStatesRequest
      • createRDBGGetDbgAllTargetStatesResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDbgAllTargetStatesResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Dbg All Target States Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDbgAllTargetStatesResponse
      • createRDBGGetDbgTargetStateRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDbgTargetStateRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Dbg Target State Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDbgTargetStateRequest
      • createRDBGGetDbgTargetStateResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDbgTargetStateResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Dbg Target State Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDbgTargetStateResponse
      • createRDBGGetDebugIDRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDebugIDRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Debug ID Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDebugIDRequest
      • createRDBGGetDebugIDResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDebugIDResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Debug ID Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDebugIDResponse
      • createDebuggerOptionsAdapter

        public org.eclipse.emf.common.notify.Adapter createDebuggerOptionsAdapter()
        Creates a new adapter for an object of class 'Debugger Options'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        DebuggerOptions
      • createRDBGGetInaccessibleModulesRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetInaccessibleModulesRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Inaccessible Modules Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetInaccessibleModulesRequest
      • createRDBGGetInaccessibleModulesResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetInaccessibleModulesResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Inaccessible Modules Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetInaccessibleModulesResponse
      • createRDBGGetListOfDebugAreaRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetListOfDebugAreaRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get List Of Debug Area Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetListOfDebugAreaRequest
      • createRDBGGetListOfDebugAreaResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetListOfDebugAreaResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get List Of Debug Area Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetListOfDebugAreaResponse
      • createRDBGGetRunTimeErrorProcessingRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetRunTimeErrorProcessingRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Run Time Error Processing Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetRunTimeErrorProcessingRequest
      • createRDBGGetRunTimeErrorProcessingResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetRunTimeErrorProcessingResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Run Time Error Processing Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetRunTimeErrorProcessingResponse
      • createRDBGModifyValueRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGModifyValueRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Modify Value Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGModifyValueRequest
      • createRDBGModifyValueResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGModifyValueResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Modify Value Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGModifyValueResponse
      • createRDBGSetDebuggerForegroundHelperDataRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetDebuggerForegroundHelperDataRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Debugger Foreground Helper Data Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetDebuggerForegroundHelperDataRequest
      • createRDBGApplyDebuggerForegroundHelperDataAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGApplyDebuggerForegroundHelperDataAdapter()
        Creates a new adapter for an object of class 'RDBG Apply Debugger Foreground Helper Data'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGApplyDebuggerForegroundHelperData
      • createRDBGGetDebugTargetForegroundHelperResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDebugTargetForegroundHelperResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Debug Target Foreground Helper Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDebugTargetForegroundHelperResponse
      • createRDBGGetDebugTargetForegroundHelperRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetDebugTargetForegroundHelperRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Debug Target Foreground Helper Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetDebugTargetForegroundHelperRequest
      • createRDBGNotifyOnFinishSeanceRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGNotifyOnFinishSeanceRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Notify On Finish Seance Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGNotifyOnFinishSeanceRequest
      • createRDBGPingDebugUIRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGPingDebugUIRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Ping Debug UI Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGPingDebugUIRequest
      • createRDBGPingDebugUIResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGPingDebugUIResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Ping Debug UI Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGPingDebugUIResponse
      • createRDBGSetAutoAttachSettingsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetAutoAttachSettingsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Auto Attach Settings Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetAutoAttachSettingsRequest
      • createRDBGSetBreakpointsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetBreakpointsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Breakpoints Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetBreakpointsRequest
      • createRDBGGetForegroundHelperDataRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetForegroundHelperDataRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Get Foreground Helper Data Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetForegroundHelperDataRequest
      • createRDBGGetForegroundHelperDataResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGGetForegroundHelperDataResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Get Foreground Helper Data Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGGetForegroundHelperDataResponse
      • createRDBGSetBreamOnNextStatementRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetBreamOnNextStatementRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Bream On Next Statement Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetBreamOnNextStatementRequest
      • createRDBGSetInaccessibleModulesRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetInaccessibleModulesRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Inaccessible Modules Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetInaccessibleModulesRequest
      • createRDBGSetInitialDebugSettingsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetInitialDebugSettingsRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Initial Debug Settings Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetInitialDebugSettingsRequest
      • createRDBGSetListOfDebugAreaRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetListOfDebugAreaRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set List Of Debug Area Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetListOfDebugAreaRequest
      • createRDBGSetMeasureModeRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetMeasureModeRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Measure Mode Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetMeasureModeRequest
      • createRDBGSetRunTimeErrorProcessingRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSetRunTimeErrorProcessingRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Set Run Time Error Processing Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSetRunTimeErrorProcessingRequest
      • createRDBGSGetDbgTargetsRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSGetDbgTargetsRequestAdapter()
        Creates a new adapter for an object of class 'RDBGS Get Dbg Targets Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSGetDbgTargetsRequest
      • createRDBGSGetDbgTargetsResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGSGetDbgTargetsResponseAdapter()
        Creates a new adapter for an object of class 'RDBGS Get Dbg Targets Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGSGetDbgTargetsResponse
      • createRDBGStepRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGStepRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Step Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGStepRequest
      • createRDBGStepResponseAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGStepResponseAdapter()
        Creates a new adapter for an object of class 'RDBG Step Response'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGStepResponse
      • createRDBGTerminateRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGTerminateRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Terminate Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGTerminateRequest
      • createRDBGRestartRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGRestartRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Restart Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGRestartRequest
      • createRDBGTestRequestAdapter

        public org.eclipse.emf.common.notify.Adapter createRDBGTestRequestAdapter()
        Creates a new adapter for an object of class 'RDBG Test Request'. This default implementation returns null so that we can easily ignore cases; it's useful to ignore a case when inheritance will catch all the cases anyway.
        Returns:
        the new adapter.
        See Also:
        RDBGTestRequest
      • createEObjectAdapter

        public org.eclipse.emf.common.notify.Adapter createEObjectAdapter()
        Creates a new adapter for the default case. This default implementation returns null.
        Returns:
        the new adapter.