Class ModifiersPrinterSwitch

    • Method Detail

      • caseAbstract

        public Boolean caseAbstract​(Abstract element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Abstract'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseAbstract in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Abstract'.
        See Also:
        doSwitch(EObject)
      • caseFinal

        public Boolean caseFinal​(Final element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Final'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseFinal in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Final'.
        See Also:
        doSwitch(EObject)
      • caseNative

        public Boolean caseNative​(Native element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Native'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseNative in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Native'.
        See Also:
        doSwitch(EObject)
      • caseProtected

        public Boolean caseProtected​(Protected element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Protected'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseProtected in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Protected'.
        See Also:
        doSwitch(EObject)
      • casePrivate

        public Boolean casePrivate​(Private element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Private'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        casePrivate in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Private'.
        See Also:
        doSwitch(EObject)
      • casePublic

        public Boolean casePublic​(Public element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Public'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        casePublic in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Public'.
        See Also:
        doSwitch(EObject)
      • caseStatic

        public Boolean caseStatic​(Static element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Static'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseStatic in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Static'.
        See Also:
        doSwitch(EObject)
      • caseStrictfp

        public Boolean caseStrictfp​(Strictfp element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Strictfp'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseStrictfp in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Strictfp'.
        See Also:
        doSwitch(EObject)
      • caseSynchronized

        public Boolean caseSynchronized​(Synchronized element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Synchronized'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseSynchronized in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Synchronized'.
        See Also:
        doSwitch(EObject)
      • caseTransient

        public Boolean caseTransient​(Transient element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Transient'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseTransient in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Transient'.
        See Also:
        doSwitch(EObject)
      • caseVolatile

        public Boolean caseVolatile​(Volatile element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Volatile'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseVolatile in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Volatile'.
        See Also:
        doSwitch(EObject)
      • caseDefault

        public Boolean caseDefault​(Default element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Default'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseDefault in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Default'.
        See Also:
        doSwitch(EObject)
      • caseAnnotableAndModifiable

        public Boolean caseAnnotableAndModifiable​(AnnotableAndModifiable element)
        Description copied from class: ModifiersSwitch
        Returns the result of interpreting the object as an instance of 'Annotable And Modifiable'. This implementation returns null; returning a non-null result will terminate the switch.
        Overrides:
        caseAnnotableAndModifiable in class ModifiersSwitch<Boolean>
        Parameters:
        element - the target of the switch.
        Returns:
        the result of interpreting the object as an instance of 'Annotable And Modifiable'.
        See Also:
        doSwitch(EObject)