Class BslAdapterFactory

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

    public class BslAdapterFactory
    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:
    BslPackage
    • Field Detail

      • modelPackage

        protected static BslPackage modelPackage
        The cached model package.
      • modelSwitch

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

      • BslAdapterFactory

        public BslAdapterFactory()
        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.
      • createModuleAdapter

        public org.eclipse.emf.common.notify.Adapter createModuleAdapter()
        Creates a new adapter for an object of class 'Module'. 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:
        Module
      • createBlockAdapter

        public org.eclipse.emf.common.notify.Adapter createBlockAdapter()
        Creates a new adapter for an object of class 'Block'. 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:
        Block
      • createPragmaTargetAdapter

        public org.eclipse.emf.common.notify.Adapter createPragmaTargetAdapter()
        Creates a new adapter for an object of class 'Pragma Target'. 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:
        PragmaTarget
      • createPragmaAdapter

        public org.eclipse.emf.common.notify.Adapter createPragmaAdapter()
        Creates a new adapter for an object of class 'Pragma'. 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:
        Pragma
      • createDeclareStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createDeclareStatementAdapter()
        Creates a new adapter for an object of class 'Declare Statement'. 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:
        DeclareStatement
      • createPreprocessorAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorAdapter()
        Creates a new adapter for an object of class 'Preprocessor'. 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:
        Preprocessor
      • createPreprocessorItemAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item'. 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:
        PreprocessorItem
      • createPreprocessorItemDeclareStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemDeclareStatementAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item Declare Statement'. 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:
        PreprocessorItemDeclareStatement
      • createPreprocessorItemStatementsAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemStatementsAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item Statements'. 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:
        PreprocessorItemStatements
      • createPreprocessorItemExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemExpressionAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item Expression'. 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:
        PreprocessorItemExpression
      • createPreprocessorItemMethodStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemMethodStatementAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item Method Statement'. 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:
        PreprocessorItemMethodStatement
      • createPreprocessorItemModuleAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemModuleAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item Module'. 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:
        PreprocessorItemModule
      • createPreprocessorItemAllTypeStatementsAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorItemAllTypeStatementsAdapter()
        Creates a new adapter for an object of class 'Preprocessor Item All Type Statements'. 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:
        PreprocessorItemAllTypeStatements
      • createRegionPreprocessorAdapter

        public org.eclipse.emf.common.notify.Adapter createRegionPreprocessorAdapter()
        Creates a new adapter for an object of class 'Region Preprocessor'. 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:
        RegionPreprocessor
      • createRegionPreprocessorDeclareStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createRegionPreprocessorDeclareStatementAdapter()
        Creates a new adapter for an object of class 'Region Preprocessor Declare Statement'. 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:
        RegionPreprocessorDeclareStatement
      • createRegionPreprocessorStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createRegionPreprocessorStatementAdapter()
        Creates a new adapter for an object of class 'Region Preprocessor Statement'. 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:
        RegionPreprocessorStatement
      • createRegionPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createRegionPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'Region Preprocessor Expression'. 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:
        RegionPreprocessorExpression
      • createPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'Preprocessor Expression'. 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:
        PreprocessorExpression
      • createPreprocessorIfConditionalAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorIfConditionalAdapter()
        Creates a new adapter for an object of class 'Preprocessor If Conditional'. 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:
        PreprocessorIfConditional
      • createPreprocessorConditionalAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorConditionalAdapter()
        Creates a new adapter for an object of class 'Preprocessor Conditional'. 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:
        PreprocessorConditional
      • createIfPreprocessorAdapter

        public org.eclipse.emf.common.notify.Adapter createIfPreprocessorAdapter()
        Creates a new adapter for an object of class 'If Preprocessor'. 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:
        IfPreprocessor
      • createIfPreprocessorDeclareStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createIfPreprocessorDeclareStatementAdapter()
        Creates a new adapter for an object of class 'If Preprocessor Declare Statement'. 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:
        IfPreprocessorDeclareStatement
      • createIfPreprocessorStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createIfPreprocessorStatementAdapter()
        Creates a new adapter for an object of class 'If Preprocessor Statement'. 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:
        IfPreprocessorStatement
      • createIfPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createIfPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'If Preprocessor Expression'. 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:
        IfPreprocessorExpression
      • createPreprocessorLiteralExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createPreprocessorLiteralExpressionAdapter()
        Creates a new adapter for an object of class 'Preprocessor Literal Expression'. 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:
        PreprocessorLiteralExpression
      • createBinaryPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createBinaryPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'Binary Preprocessor Expression'. 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:
        BinaryPreprocessorExpression
      • createUnaryPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createUnaryPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'Unary Preprocessor Expression'. 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:
        UnaryPreprocessorExpression
      • createBracketPreprocessorExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createBracketPreprocessorExpressionAdapter()
        Creates a new adapter for an object of class 'Bracket Preprocessor Expression'. 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:
        BracketPreprocessorExpression
      • createVariableAdapter

        public org.eclipse.emf.common.notify.Adapter createVariableAdapter()
        Creates a new adapter for an object of class 'Variable'. 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:
        Variable
      • createExplicitVariableAdapter

        public org.eclipse.emf.common.notify.Adapter createExplicitVariableAdapter()
        Creates a new adapter for an object of class 'Explicit Variable'. 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:
        ExplicitVariable
      • createImplicitVariableAdapter

        public org.eclipse.emf.common.notify.Adapter createImplicitVariableAdapter()
        Creates a new adapter for an object of class 'Implicit Variable'. 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:
        ImplicitVariable
      • createMethodAdapter

        public org.eclipse.emf.common.notify.Adapter createMethodAdapter()
        Creates a new adapter for an object of class 'Method'. 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:
        Method
      • createProcedureAdapter

        public org.eclipse.emf.common.notify.Adapter createProcedureAdapter()
        Creates a new adapter for an object of class 'Procedure'. 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:
        Procedure
      • createFunctionAdapter

        public org.eclipse.emf.common.notify.Adapter createFunctionAdapter()
        Creates a new adapter for an object of class 'Function'. 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:
        Function
      • createFormalParamAdapter

        public org.eclipse.emf.common.notify.Adapter createFormalParamAdapter()
        Creates a new adapter for an object of class 'Formal Param'. 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:
        FormalParam
      • createLabelAdapter

        public org.eclipse.emf.common.notify.Adapter createLabelAdapter()
        Creates a new adapter for an object of class 'Label'. 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:
        Label
      • createStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createStatementAdapter()
        Creates a new adapter for an object of class 'Statement'. 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:
        Statement
      • createLabeledStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createLabeledStatementAdapter()
        Creates a new adapter for an object of class 'Labeled Statement'. 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:
        LabeledStatement
      • createUnlabeledStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createUnlabeledStatementAdapter()
        Creates a new adapter for an object of class 'Unlabeled Statement'. 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:
        UnlabeledStatement
      • createEmptyStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createEmptyStatementAdapter()
        Creates a new adapter for an object of class 'Empty Statement'. 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:
        EmptyStatement
      • createSimpleStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createSimpleStatementAdapter()
        Creates a new adapter for an object of class 'Simple Statement'. 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:
        SimpleStatement
      • createIfStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createIfStatementAdapter()
        Creates a new adapter for an object of class 'If Statement'. 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:
        IfStatement
      • createConditionalAdapter

        public org.eclipse.emf.common.notify.Adapter createConditionalAdapter()
        Creates a new adapter for an object of class 'Conditional'. 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:
        Conditional
      • createLoopStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createLoopStatementAdapter()
        Creates a new adapter for an object of class 'Loop Statement'. 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:
        LoopStatement
      • createWhileStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createWhileStatementAdapter()
        Creates a new adapter for an object of class 'While Statement'. 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:
        WhileStatement
      • createForStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createForStatementAdapter()
        Creates a new adapter for an object of class 'For Statement'. 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:
        ForStatement
      • createForToStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createForToStatementAdapter()
        Creates a new adapter for an object of class 'For To Statement'. 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:
        ForToStatement
      • createForEachStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createForEachStatementAdapter()
        Creates a new adapter for an object of class 'For Each Statement'. 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:
        ForEachStatement
      • createTryExceptStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createTryExceptStatementAdapter()
        Creates a new adapter for an object of class 'Try Except Statement'. 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:
        TryExceptStatement
      • createGotoStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createGotoStatementAdapter()
        Creates a new adapter for an object of class 'Goto Statement'. 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:
        GotoStatement
      • createBreakStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createBreakStatementAdapter()
        Creates a new adapter for an object of class 'Break Statement'. 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:
        BreakStatement
      • createContinueStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createContinueStatementAdapter()
        Creates a new adapter for an object of class 'Continue Statement'. 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:
        ContinueStatement
      • createReturnStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createReturnStatementAdapter()
        Creates a new adapter for an object of class 'Return Statement'. 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:
        ReturnStatement
      • createRaiseStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createRaiseStatementAdapter()
        Creates a new adapter for an object of class 'Raise Statement'. 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:
        RaiseStatement
      • createExecuteStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createExecuteStatementAdapter()
        Creates a new adapter for an object of class 'Execute Statement'. 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:
        ExecuteStatement
      • createEventHandlerStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createEventHandlerStatementAdapter()
        Creates a new adapter for an object of class 'Event Handler Statement'. 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:
        EventHandlerStatement
      • createAddHandlerStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createAddHandlerStatementAdapter()
        Creates a new adapter for an object of class 'Add Handler Statement'. 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:
        AddHandlerStatement
      • createRemoveHandlerStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createRemoveHandlerStatementAdapter()
        Creates a new adapter for an object of class 'Remove Handler Statement'. 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:
        RemoveHandlerStatement
      • createAwaitStatementAdapter

        public org.eclipse.emf.common.notify.Adapter createAwaitStatementAdapter()
        Creates a new adapter for an object of class 'Await Statement'. 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:
        AwaitStatement
      • createExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createExpressionAdapter()
        Creates a new adapter for an object of class 'Expression'. 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:
        Expression
      • createBinaryExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createBinaryExpressionAdapter()
        Creates a new adapter for an object of class 'Binary Expression'. 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:
        BinaryExpression
      • createUnaryExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createUnaryExpressionAdapter()
        Creates a new adapter for an object of class 'Unary Expression'. 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:
        UnaryExpression
      • createFeatureAccessAdapter

        public org.eclipse.emf.common.notify.Adapter createFeatureAccessAdapter()
        Creates a new adapter for an object of class 'Feature Access'. 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:
        FeatureAccess
      • createStaticFeatureAccessAdapter

        public org.eclipse.emf.common.notify.Adapter createStaticFeatureAccessAdapter()
        Creates a new adapter for an object of class 'Static Feature Access'. 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:
        StaticFeatureAccess
      • createFeatureEntryAdapter

        public org.eclipse.emf.common.notify.Adapter createFeatureEntryAdapter()
        Creates a new adapter for an object of class 'Feature Entry'. 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:
        FeatureEntry
      • createDynamicFeatureAccessAdapter

        public org.eclipse.emf.common.notify.Adapter createDynamicFeatureAccessAdapter()
        Creates a new adapter for an object of class 'Dynamic Feature Access'. 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:
        DynamicFeatureAccess
      • createInvocationAdapter

        public org.eclipse.emf.common.notify.Adapter createInvocationAdapter()
        Creates a new adapter for an object of class 'Invocation'. 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:
        Invocation
      • createIndexAccessAdapter

        public org.eclipse.emf.common.notify.Adapter createIndexAccessAdapter()
        Creates a new adapter for an object of class 'Index Access'. 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:
        IndexAccess
      • createFunctionStyleCreatorAdapter

        public org.eclipse.emf.common.notify.Adapter createFunctionStyleCreatorAdapter()
        Creates a new adapter for an object of class 'Function Style Creator'. 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:
        FunctionStyleCreator
      • createOperatorStyleCreatorAdapter

        public org.eclipse.emf.common.notify.Adapter createOperatorStyleCreatorAdapter()
        Creates a new adapter for an object of class 'Operator Style Creator'. 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:
        OperatorStyleCreator
      • createNameExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createNameExpressionAdapter()
        Creates a new adapter for an object of class 'Name Expression'. 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:
        NameExpression
      • createEmptyExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createEmptyExpressionAdapter()
        Creates a new adapter for an object of class 'Empty Expression'. 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:
        EmptyExpression
      • createAwaitExpressionAdapter

        public org.eclipse.emf.common.notify.Adapter createAwaitExpressionAdapter()
        Creates a new adapter for an object of class 'Await Expression'. 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:
        AwaitExpression
      • createLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createLiteralAdapter()
        Creates a new adapter for an object of class 'Literal'. 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:
        Literal
      • createNullLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createNullLiteralAdapter()
        Creates a new adapter for an object of class 'Null Literal'. 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:
        NullLiteral
      • createUndefinedLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createUndefinedLiteralAdapter()
        Creates a new adapter for an object of class 'Undefined Literal'. 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:
        UndefinedLiteral
      • createBooleanLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createBooleanLiteralAdapter()
        Creates a new adapter for an object of class 'Boolean Literal'. 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:
        BooleanLiteral
      • createNumberLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createNumberLiteralAdapter()
        Creates a new adapter for an object of class 'Number Literal'. 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:
        NumberLiteral
      • createDateLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createDateLiteralAdapter()
        Creates a new adapter for an object of class 'Date Literal'. 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:
        DateLiteral
      • createStringLiteralAdapter

        public org.eclipse.emf.common.notify.Adapter createStringLiteralAdapter()
        Creates a new adapter for an object of class 'String Literal'. 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:
        StringLiteral
      • createBuiltinFunctionAdapter

        public org.eclipse.emf.common.notify.Adapter createBuiltinFunctionAdapter()
        Creates a new adapter for an object of class 'Builtin Function'. 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:
        BuiltinFunction
      • createParamSetAdapter

        public org.eclipse.emf.common.notify.Adapter createParamSetAdapter()
        Creates a new adapter for an object of class 'Param Set'. 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:
        ParamSet
      • createFakeReferenceAdapter

        public org.eclipse.emf.common.notify.Adapter createFakeReferenceAdapter()
        Creates a new adapter for an object of class 'Fake Reference'. 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:
        FakeReference
      • createFeaturesScopeSpecAdapter

        public org.eclipse.emf.common.notify.Adapter createFeaturesScopeSpecAdapter()
        Creates a new adapter for an object of class 'Features Scope Spec'. 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:
        FeaturesScopeSpec
      • createMethodsScopeSpecAdapter

        public org.eclipse.emf.common.notify.Adapter createMethodsScopeSpecAdapter()
        Creates a new adapter for an object of class 'Methods Scope Spec'. 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:
        MethodsScopeSpec
      • createVariablesScopeSpecAdapter

        public org.eclipse.emf.common.notify.Adapter createVariablesScopeSpecAdapter()
        Creates a new adapter for an object of class 'Variables Scope Spec'. 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:
        VariablesScopeSpec
      • createVersionedElementAdapter

        public org.eclipse.emf.common.notify.Adapter createVersionedElementAdapter()
        Creates a new adapter for an object of class 'Versioned Element'. 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:
        VersionedElement
      • createDocumentationElementAdapter

        public org.eclipse.emf.common.notify.Adapter createDocumentationElementAdapter()
        Creates a new adapter for an object of class 'Documentation Element'. 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:
        DocumentationElement
      • createPropertyTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createPropertyTypeAdapter()
        Creates a new adapter for an object of class 'Property Type'. 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:
        PropertyType
      • createExtendedTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExtendedTypeAdapter()
        Creates a new adapter for an object of class 'Extended Type'. 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:
        ExtendedType
      • createExtendedCollectionTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createExtendedCollectionTypeAdapter()
        Creates a new adapter for an object of class 'Extended Collection Type'. 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:
        ExtendedCollectionType
      • createBslDerivedPropertySourceAdapter

        public org.eclipse.emf.common.notify.Adapter createBslDerivedPropertySourceAdapter()
        Creates a new adapter for an object of class 'Derived Property Source'. 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:
        BslDerivedPropertySource
      • createEnvironmentalAdapter

        public org.eclipse.emf.common.notify.Adapter createEnvironmentalAdapter()
        Creates a new adapter for an object of class 'Environmental'. 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:
        Environmental
      • createNamedElementAdapter

        public org.eclipse.emf.common.notify.Adapter createNamedElementAdapter()
        Creates a new adapter for an object of class 'Named Element'. 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:
        NamedElement
      • createDuallyNamedElementAdapter

        public org.eclipse.emf.common.notify.Adapter createDuallyNamedElementAdapter()
        Creates a new adapter for an object of class 'Dually Named Element'. 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:
        DuallyNamedElement
      • createTypeItemAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeItemAdapter()
        Creates a new adapter for an object of class 'Type Item'. 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:
        TypeItem
      • createVersionedItemAdapter

        public org.eclipse.emf.common.notify.Adapter createVersionedItemAdapter()
        Creates a new adapter for an object of class 'Versioned Item'. 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:
        VersionedItem
      • createTypeAdapter

        public org.eclipse.emf.common.notify.Adapter createTypeAdapter()
        Creates a new adapter for an object of class 'Type'. 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:
        Type
      • 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.