Interface XtendExecutable

    • Method Detail

      • getExceptions

        org.eclipse.emf.common.util.EList<org.eclipse.xtext.common.types.JvmTypeReference> getExceptions()
        Returns the value of the 'Exceptions' containment reference list. The list contents are of type JvmTypeReference.
        Returns:
        the value of the 'Exceptions' containment reference list.
        See Also:
        XtendPackage.getXtendExecutable_Exceptions()
        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.getXtendExecutable_TypeParameters()
        Model:
        containment="true"
        Generated:
      • setExpression

        void setExpression​(org.eclipse.xtext.xbase.XExpression value)
        Sets the value of the 'Expression' containment reference.
        Parameters:
        value - the new value of the 'Expression' containment reference.
        See Also:
        getExpression()
        Generated: