Interface XtendClass

    • Method Detail

      • setExtends

        void setExtends​(org.eclipse.xtext.common.types.JvmTypeReference value)
        Sets the value of the 'Extends' containment reference.
        Parameters:
        value - the new value of the 'Extends' containment reference.
        See Also:
        getExtends()
        Generated:
      • getImplements

        org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmTypeReference> getImplements()
        Returns the value of the 'Implements' containment reference list. The list contents are of type JvmTypeReference.
        Returns:
        the value of the 'Implements' containment reference list.
        See Also:
        XtendPackage.getXtendClass_Implements()
        Model:
        containment="true"
        Generated:
      • getTypeParameters

        org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmTypeParameter> getTypeParameters()
        Returns the value of the 'Type Parameters' containment reference list. The list contents are of type JvmTypeParameter.
        Returns:
        the value of the 'Type Parameters' containment reference list.
        See Also:
        XtendPackage.getXtendClass_TypeParameters()
        Model:
        containment="true"
        Generated:
      • isAbstract

        boolean isAbstract()
        Model:
        kind="operation"
        Generated:
      • isStrictFloatingPoint

        boolean isStrictFloatingPoint()
        Model:
        kind="operation"
        Generated: