Interface XtendPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    XtendPackageImpl

    public interface XtendPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    XtendFactory
    Model:
    kind="package"
    Generated:
    • Field Detail

      • eNAME

        static final java.lang.String eNAME
        The package name.
        See Also:
        Constant Field Values
        Generated:
      • eNS_URI

        static final java.lang.String eNS_URI
        The package namespace URI.
        See Also:
        Constant Field Values
        Generated:
      • eNS_PREFIX

        static final java.lang.String eNS_PREFIX
        The package namespace name.
        See Also:
        Constant Field Values
        Generated:
      • eINSTANCE

        static final XtendPackage eINSTANCE
        The singleton instance of the package.
        Generated:
      • XTEND_FILE__IMPORT_SECTION

        static final int XTEND_FILE__IMPORT_SECTION
        The feature id for the 'Import Section' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FILE__XTEND_TYPES

        static final int XTEND_FILE__XTEND_TYPES
        The feature id for the 'Xtend Types' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FILE__PACKAGE

        static final int XTEND_FILE__PACKAGE
        The feature id for the 'Package' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FILE_FEATURE_COUNT

        static final int XTEND_FILE_FEATURE_COUNT
        The number of structural features of the 'File' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TARGET__ANNOTATIONS

        static final int XTEND_ANNOTATION_TARGET__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TARGET_FEATURE_COUNT

        static final int XTEND_ANNOTATION_TARGET_FEATURE_COUNT
        The number of structural features of the 'Annotation Target' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_MEMBER__ANNOTATIONS

        static final int XTEND_MEMBER__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_MEMBER__ANNOTATION_INFO

        static final int XTEND_MEMBER__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_MEMBER__MODIFIERS

        static final int XTEND_MEMBER__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_MEMBER__DECLARING_TYPE

        static final int XTEND_MEMBER__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_MEMBER_FEATURE_COUNT

        static final int XTEND_MEMBER_FEATURE_COUNT
        The number of structural features of the 'Member' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__ANNOTATIONS

        static final int XTEND_TYPE_DECLARATION__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__ANNOTATION_INFO

        static final int XTEND_TYPE_DECLARATION__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__MODIFIERS

        static final int XTEND_TYPE_DECLARATION__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__DECLARING_TYPE

        static final int XTEND_TYPE_DECLARATION__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__NAME

        static final int XTEND_TYPE_DECLARATION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION__MEMBERS

        static final int XTEND_TYPE_DECLARATION__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_TYPE_DECLARATION_FEATURE_COUNT

        static final int XTEND_TYPE_DECLARATION_FEATURE_COUNT
        The number of structural features of the 'Type Declaration' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__ANNOTATIONS

        static final int XTEND_CLASS__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__ANNOTATION_INFO

        static final int XTEND_CLASS__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__MODIFIERS

        static final int XTEND_CLASS__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__DECLARING_TYPE

        static final int XTEND_CLASS__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__NAME

        static final int XTEND_CLASS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__MEMBERS

        static final int XTEND_CLASS__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__EXTENDS

        static final int XTEND_CLASS__EXTENDS
        The feature id for the 'Extends' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__IMPLEMENTS

        static final int XTEND_CLASS__IMPLEMENTS
        The feature id for the 'Implements' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS__TYPE_PARAMETERS

        static final int XTEND_CLASS__TYPE_PARAMETERS
        The feature id for the 'Type Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CLASS_FEATURE_COUNT

        static final int XTEND_CLASS_FEATURE_COUNT
        The number of structural features of the 'Class' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__ANNOTATIONS

        static final int XTEND_EXECUTABLE__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__ANNOTATION_INFO

        static final int XTEND_EXECUTABLE__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__MODIFIERS

        static final int XTEND_EXECUTABLE__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__DECLARING_TYPE

        static final int XTEND_EXECUTABLE__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__EXCEPTIONS

        static final int XTEND_EXECUTABLE__EXCEPTIONS
        The feature id for the 'Exceptions' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__TYPE_PARAMETERS

        static final int XTEND_EXECUTABLE__TYPE_PARAMETERS
        The feature id for the 'Type Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__EXPRESSION

        static final int XTEND_EXECUTABLE__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE__PARAMETERS

        static final int XTEND_EXECUTABLE__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_EXECUTABLE_FEATURE_COUNT

        static final int XTEND_EXECUTABLE_FEATURE_COUNT
        The number of structural features of the 'Executable' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__ANNOTATIONS

        static final int XTEND_FUNCTION__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__ANNOTATION_INFO

        static final int XTEND_FUNCTION__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__MODIFIERS

        static final int XTEND_FUNCTION__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__DECLARING_TYPE

        static final int XTEND_FUNCTION__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__EXCEPTIONS

        static final int XTEND_FUNCTION__EXCEPTIONS
        The feature id for the 'Exceptions' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__TYPE_PARAMETERS

        static final int XTEND_FUNCTION__TYPE_PARAMETERS
        The feature id for the 'Type Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__EXPRESSION

        static final int XTEND_FUNCTION__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__PARAMETERS

        static final int XTEND_FUNCTION__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__NAME

        static final int XTEND_FUNCTION__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__RETURN_TYPE

        static final int XTEND_FUNCTION__RETURN_TYPE
        The feature id for the 'Return Type' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION__CREATE_EXTENSION_INFO

        static final int XTEND_FUNCTION__CREATE_EXTENSION_INFO
        The feature id for the 'Create Extension Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FUNCTION_FEATURE_COUNT

        static final int XTEND_FUNCTION_FEATURE_COUNT
        The number of structural features of the 'Function' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__ANNOTATIONS

        static final int XTEND_FIELD__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__ANNOTATION_INFO

        static final int XTEND_FIELD__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__MODIFIERS

        static final int XTEND_FIELD__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__DECLARING_TYPE

        static final int XTEND_FIELD__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__NAME

        static final int XTEND_FIELD__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__TYPE

        static final int XTEND_FIELD__TYPE
        The feature id for the 'Type' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD__INITIAL_VALUE

        static final int XTEND_FIELD__INITIAL_VALUE
        The feature id for the 'Initial Value' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FIELD_FEATURE_COUNT

        static final int XTEND_FIELD_FEATURE_COUNT
        The number of structural features of the 'Field' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER__ANNOTATIONS

        static final int XTEND_PARAMETER__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER__NAME

        static final int XTEND_PARAMETER__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER__PARAMETER_TYPE

        static final int XTEND_PARAMETER__PARAMETER_TYPE
        The feature id for the 'Parameter Type' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER__VAR_ARG

        static final int XTEND_PARAMETER__VAR_ARG
        The feature id for the 'Var Arg' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER__EXTENSION

        static final int XTEND_PARAMETER__EXTENSION
        The feature id for the 'Extension' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_PARAMETER_FEATURE_COUNT

        static final int XTEND_PARAMETER_FEATURE_COUNT
        The number of structural features of the 'Parameter' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING__EXPRESSIONS

        static final int RICH_STRING__EXPRESSIONS
        The feature id for the 'Expressions' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FEATURE_COUNT

        static final int RICH_STRING_FEATURE_COUNT
        The number of structural features of the 'Rich String' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_LITERAL__VALUE

        static final int RICH_STRING_LITERAL__VALUE
        The feature id for the 'Value' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_LITERAL_FEATURE_COUNT

        static final int RICH_STRING_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Rich String Literal' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__FOR_EXPRESSION

        static final int RICH_STRING_FOR_LOOP__FOR_EXPRESSION
        The feature id for the 'For Expression' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__EACH_EXPRESSION

        static final int RICH_STRING_FOR_LOOP__EACH_EXPRESSION
        The feature id for the 'Each Expression' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__DECLARED_PARAM

        static final int RICH_STRING_FOR_LOOP__DECLARED_PARAM
        The feature id for the 'Declared Param' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__SEPARATOR

        static final int RICH_STRING_FOR_LOOP__SEPARATOR
        The feature id for the 'Separator' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__BEFORE

        static final int RICH_STRING_FOR_LOOP__BEFORE
        The feature id for the 'Before' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP__AFTER

        static final int RICH_STRING_FOR_LOOP__AFTER
        The feature id for the 'After' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_FOR_LOOP_FEATURE_COUNT

        static final int RICH_STRING_FOR_LOOP_FEATURE_COUNT
        The number of structural features of the 'Rich String For Loop' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_IF__IF

        static final int RICH_STRING_IF__IF
        The feature id for the 'If' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_IF__THEN

        static final int RICH_STRING_IF__THEN
        The feature id for the 'Then' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_IF__ELSE_IFS

        static final int RICH_STRING_IF__ELSE_IFS
        The feature id for the 'Else Ifs' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_IF__ELSE

        static final int RICH_STRING_IF__ELSE
        The feature id for the 'Else' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_IF_FEATURE_COUNT

        static final int RICH_STRING_IF_FEATURE_COUNT
        The number of structural features of the 'Rich String If' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_ELSE_IF__IF

        static final int RICH_STRING_ELSE_IF__IF
        The feature id for the 'If' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_ELSE_IF__THEN

        static final int RICH_STRING_ELSE_IF__THEN
        The feature id for the 'Then' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • RICH_STRING_ELSE_IF_FEATURE_COUNT

        static final int RICH_STRING_ELSE_IF_FEATURE_COUNT
        The number of structural features of the 'Rich String Else If' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CREATE_EXTENSION_INFO__CREATE_EXPRESSION

        static final int CREATE_EXTENSION_INFO__CREATE_EXPRESSION
        The feature id for the 'Create Expression' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CREATE_EXTENSION_INFO__NAME

        static final int CREATE_EXTENSION_INFO__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • CREATE_EXTENSION_INFO_FEATURE_COUNT

        static final int CREATE_EXTENSION_INFO_FEATURE_COUNT
        The number of structural features of the 'Create Extension Info' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__ANNOTATIONS

        static final int XTEND_CONSTRUCTOR__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__ANNOTATION_INFO

        static final int XTEND_CONSTRUCTOR__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__MODIFIERS

        static final int XTEND_CONSTRUCTOR__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__DECLARING_TYPE

        static final int XTEND_CONSTRUCTOR__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__EXCEPTIONS

        static final int XTEND_CONSTRUCTOR__EXCEPTIONS
        The feature id for the 'Exceptions' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__TYPE_PARAMETERS

        static final int XTEND_CONSTRUCTOR__TYPE_PARAMETERS
        The feature id for the 'Type Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__EXPRESSION

        static final int XTEND_CONSTRUCTOR__EXPRESSION
        The feature id for the 'Expression' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR__PARAMETERS

        static final int XTEND_CONSTRUCTOR__PARAMETERS
        The feature id for the 'Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_CONSTRUCTOR_FEATURE_COUNT

        static final int XTEND_CONSTRUCTOR_FEATURE_COUNT
        The number of structural features of the 'Constructor' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__ANNOTATIONS

        static final int XTEND_ANNOTATION_TYPE__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__ANNOTATION_INFO

        static final int XTEND_ANNOTATION_TYPE__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__MODIFIERS

        static final int XTEND_ANNOTATION_TYPE__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__DECLARING_TYPE

        static final int XTEND_ANNOTATION_TYPE__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__NAME

        static final int XTEND_ANNOTATION_TYPE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE__MEMBERS

        static final int XTEND_ANNOTATION_TYPE__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ANNOTATION_TYPE_FEATURE_COUNT

        static final int XTEND_ANNOTATION_TYPE_FEATURE_COUNT
        The number of structural features of the 'Annotation Type' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__ANNOTATIONS

        static final int XTEND_INTERFACE__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__ANNOTATION_INFO

        static final int XTEND_INTERFACE__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__MODIFIERS

        static final int XTEND_INTERFACE__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__DECLARING_TYPE

        static final int XTEND_INTERFACE__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__NAME

        static final int XTEND_INTERFACE__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__MEMBERS

        static final int XTEND_INTERFACE__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__EXTENDS

        static final int XTEND_INTERFACE__EXTENDS
        The feature id for the 'Extends' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE__TYPE_PARAMETERS

        static final int XTEND_INTERFACE__TYPE_PARAMETERS
        The feature id for the 'Type Parameters' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_INTERFACE_FEATURE_COUNT

        static final int XTEND_INTERFACE_FEATURE_COUNT
        The number of structural features of the 'Interface' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__ANNOTATIONS

        static final int XTEND_ENUM__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__ANNOTATION_INFO

        static final int XTEND_ENUM__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__MODIFIERS

        static final int XTEND_ENUM__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__DECLARING_TYPE

        static final int XTEND_ENUM__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__NAME

        static final int XTEND_ENUM__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM__MEMBERS

        static final int XTEND_ENUM__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_FEATURE_COUNT

        static final int XTEND_ENUM_FEATURE_COUNT
        The number of structural features of the 'Enum' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL__ANNOTATIONS

        static final int XTEND_ENUM_LITERAL__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL__ANNOTATION_INFO

        static final int XTEND_ENUM_LITERAL__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL__MODIFIERS

        static final int XTEND_ENUM_LITERAL__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL__DECLARING_TYPE

        static final int XTEND_ENUM_LITERAL__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL__NAME

        static final int XTEND_ENUM_LITERAL__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_ENUM_LITERAL_FEATURE_COUNT

        static final int XTEND_ENUM_LITERAL_FEATURE_COUNT
        The number of structural features of the 'Enum Literal' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION__TYPE

        static final int XTEND_VARIABLE_DECLARATION__TYPE
        The feature id for the 'Type' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION__NAME

        static final int XTEND_VARIABLE_DECLARATION__NAME
        The feature id for the 'Name' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION__RIGHT

        static final int XTEND_VARIABLE_DECLARATION__RIGHT
        The feature id for the 'Right' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION__WRITEABLE

        static final int XTEND_VARIABLE_DECLARATION__WRITEABLE
        The feature id for the 'Writeable' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION__EXTENSION

        static final int XTEND_VARIABLE_DECLARATION__EXTENSION
        The feature id for the 'Extension' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_VARIABLE_DECLARATION_FEATURE_COUNT

        static final int XTEND_VARIABLE_DECLARATION_FEATURE_COUNT
        The number of structural features of the 'Variable Declaration' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FORMAL_PARAMETER__ANNOTATIONS

        static final int XTEND_FORMAL_PARAMETER__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FORMAL_PARAMETER__NAME

        static final int XTEND_FORMAL_PARAMETER__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FORMAL_PARAMETER__PARAMETER_TYPE

        static final int XTEND_FORMAL_PARAMETER__PARAMETER_TYPE
        The feature id for the 'Parameter Type' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FORMAL_PARAMETER__EXTENSION

        static final int XTEND_FORMAL_PARAMETER__EXTENSION
        The feature id for the 'Extension' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTEND_FORMAL_PARAMETER_FEATURE_COUNT

        static final int XTEND_FORMAL_PARAMETER_FEATURE_COUNT
        The number of structural features of the 'Formal Parameter' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__ANNOTATIONS

        static final int ANONYMOUS_CLASS__ANNOTATIONS
        The feature id for the 'Annotations' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__ANNOTATION_INFO

        static final int ANONYMOUS_CLASS__ANNOTATION_INFO
        The feature id for the 'Annotation Info' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__MODIFIERS

        static final int ANONYMOUS_CLASS__MODIFIERS
        The feature id for the 'Modifiers' attribute list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__DECLARING_TYPE

        static final int ANONYMOUS_CLASS__DECLARING_TYPE
        The feature id for the 'Declaring Type' container reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__NAME

        static final int ANONYMOUS_CLASS__NAME
        The feature id for the 'Name' attribute.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__MEMBERS

        static final int ANONYMOUS_CLASS__MEMBERS
        The feature id for the 'Members' containment reference list.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS__CONSTRUCTOR_CALL

        static final int ANONYMOUS_CLASS__CONSTRUCTOR_CALL
        The feature id for the 'Constructor Call' containment reference.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • ANONYMOUS_CLASS_FEATURE_COUNT

        static final int ANONYMOUS_CLASS_FEATURE_COUNT
        The number of structural features of the 'Anonymous Class' class.
        See Also:
        Constant Field Values
        Generated:
        Ordered:
    • Method Detail

      • getXtendFile

        org.eclipse.emf.ecore.EClass getXtendFile()
        Returns the meta object for class 'File'.
        Returns:
        the meta object for class 'File'.
        See Also:
        XtendFile
        Generated:
      • getXtendFile_ImportSection

        org.eclipse.emf.ecore.EReference getXtendFile_ImportSection()
        Returns the meta object for the containment reference 'Import Section'.
        Returns:
        the meta object for the containment reference 'Import Section'.
        See Also:
        XtendFile.getImportSection(), getXtendFile()
        Generated:
      • getXtendFile_XtendTypes

        org.eclipse.emf.ecore.EReference getXtendFile_XtendTypes()
        Returns the meta object for the containment reference list 'Xtend Types'.
        Returns:
        the meta object for the containment reference list 'Xtend Types'.
        See Also:
        XtendFile.getXtendTypes(), getXtendFile()
        Generated:
      • getXtendFile_Package

        org.eclipse.emf.ecore.EAttribute getXtendFile_Package()
        Returns the meta object for the attribute 'Package'.
        Returns:
        the meta object for the attribute 'Package'.
        See Also:
        XtendFile.getPackage(), getXtendFile()
        Generated:
      • getXtendClass

        org.eclipse.emf.ecore.EClass getXtendClass()
        Returns the meta object for class 'Class'.
        Returns:
        the meta object for class 'Class'.
        See Also:
        XtendClass
        Generated:
      • getXtendClass_Extends

        org.eclipse.emf.ecore.EReference getXtendClass_Extends()
        Returns the meta object for the containment reference 'Extends'.
        Returns:
        the meta object for the containment reference 'Extends'.
        See Also:
        XtendClass.getExtends(), getXtendClass()
        Generated:
      • getXtendClass_Implements

        org.eclipse.emf.ecore.EReference getXtendClass_Implements()
        Returns the meta object for the containment reference list 'Implements'.
        Returns:
        the meta object for the containment reference list 'Implements'.
        See Also:
        XtendClass.getImplements(), getXtendClass()
        Generated:
      • getXtendClass_TypeParameters

        org.eclipse.emf.ecore.EReference getXtendClass_TypeParameters()
        Returns the meta object for the containment reference list 'Type Parameters'.
        Returns:
        the meta object for the containment reference list 'Type Parameters'.
        See Also:
        XtendClass.getTypeParameters(), getXtendClass()
        Generated:
      • getXtendAnnotationTarget

        org.eclipse.emf.ecore.EClass getXtendAnnotationTarget()
        Returns the meta object for class 'Annotation Target'.
        Returns:
        the meta object for class 'Annotation Target'.
        See Also:
        XtendAnnotationTarget
        Generated:
      • getXtendMember

        org.eclipse.emf.ecore.EClass getXtendMember()
        Returns the meta object for class 'Member'.
        Returns:
        the meta object for class 'Member'.
        See Also:
        XtendMember
        Generated:
      • getXtendMember_AnnotationInfo

        org.eclipse.emf.ecore.EReference getXtendMember_AnnotationInfo()
        Returns the meta object for the containment reference 'Annotation Info'.
        Returns:
        the meta object for the containment reference 'Annotation Info'.
        See Also:
        XtendMember.getAnnotationInfo(), getXtendMember()
        Generated:
      • getXtendMember_Modifiers

        org.eclipse.emf.ecore.EAttribute getXtendMember_Modifiers()
        Returns the meta object for the attribute list 'Modifiers'.
        Returns:
        the meta object for the attribute list 'Modifiers'.
        See Also:
        XtendMember.getModifiers(), getXtendMember()
        Generated:
      • getXtendMember_DeclaringType

        org.eclipse.emf.ecore.EReference getXtendMember_DeclaringType()
        Returns the meta object for the container reference 'Declaring Type'.
        Returns:
        the meta object for the container reference 'Declaring Type'.
        See Also:
        XtendMember.getDeclaringType(), getXtendMember()
        Generated:
      • getXtendFunction

        org.eclipse.emf.ecore.EClass getXtendFunction()
        Returns the meta object for class 'Function'.
        Returns:
        the meta object for class 'Function'.
        See Also:
        XtendFunction
        Generated:
      • getXtendFunction_Name

        org.eclipse.emf.ecore.EAttribute getXtendFunction_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        XtendFunction.getName(), getXtendFunction()
        Generated:
      • getXtendFunction_ReturnType

        org.eclipse.emf.ecore.EReference getXtendFunction_ReturnType()
        Returns the meta object for the containment reference 'Return Type'.
        Returns:
        the meta object for the containment reference 'Return Type'.
        See Also:
        XtendFunction.getReturnType(), getXtendFunction()
        Generated:
      • getXtendField

        org.eclipse.emf.ecore.EClass getXtendField()
        Returns the meta object for class 'Field'.
        Returns:
        the meta object for class 'Field'.
        See Also:
        XtendField
        Generated:
      • getXtendField_Name

        org.eclipse.emf.ecore.EAttribute getXtendField_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        XtendField.getName(), getXtendField()
        Generated:
      • getXtendField_Type

        org.eclipse.emf.ecore.EReference getXtendField_Type()
        Returns the meta object for the containment reference 'Type'.
        Returns:
        the meta object for the containment reference 'Type'.
        See Also:
        XtendField.getType(), getXtendField()
        Generated:
      • getXtendField_InitialValue

        org.eclipse.emf.ecore.EReference getXtendField_InitialValue()
        Returns the meta object for the containment reference 'Initial Value'.
        Returns:
        the meta object for the containment reference 'Initial Value'.
        See Also:
        XtendField.getInitialValue(), getXtendField()
        Generated:
      • getXtendParameter

        org.eclipse.emf.ecore.EClass getXtendParameter()
        Returns the meta object for class 'Parameter'.
        Returns:
        the meta object for class 'Parameter'.
        See Also:
        XtendParameter
        Generated:
      • getXtendParameter_Name

        org.eclipse.emf.ecore.EAttribute getXtendParameter_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        XtendParameter.getName(), getXtendParameter()
        Generated:
      • getXtendParameter_VarArg

        org.eclipse.emf.ecore.EAttribute getXtendParameter_VarArg()
        Returns the meta object for the attribute 'Var Arg'.
        Returns:
        the meta object for the attribute 'Var Arg'.
        See Also:
        XtendParameter.isVarArg(), getXtendParameter()
        Generated:
      • getRichString

        org.eclipse.emf.ecore.EClass getRichString()
        Returns the meta object for class 'Rich String'.
        Returns:
        the meta object for class 'Rich String'.
        See Also:
        RichString
        Generated:
      • getRichStringLiteral

        org.eclipse.emf.ecore.EClass getRichStringLiteral()
        Returns the meta object for class 'Rich String Literal'.
        Returns:
        the meta object for class 'Rich String Literal'.
        See Also:
        RichStringLiteral
        Generated:
      • getRichStringForLoop

        org.eclipse.emf.ecore.EClass getRichStringForLoop()
        Returns the meta object for class 'Rich String For Loop'.
        Returns:
        the meta object for class 'Rich String For Loop'.
        See Also:
        RichStringForLoop
        Generated:
      • getRichStringForLoop_Before

        org.eclipse.emf.ecore.EReference getRichStringForLoop_Before()
        Returns the meta object for the containment reference 'Before'.
        Returns:
        the meta object for the containment reference 'Before'.
        See Also:
        RichStringForLoop.getBefore(), getRichStringForLoop()
        Generated:
      • getRichStringForLoop_After

        org.eclipse.emf.ecore.EReference getRichStringForLoop_After()
        Returns the meta object for the containment reference 'After'.
        Returns:
        the meta object for the containment reference 'After'.
        See Also:
        RichStringForLoop.getAfter(), getRichStringForLoop()
        Generated:
      • getRichStringIf

        org.eclipse.emf.ecore.EClass getRichStringIf()
        Returns the meta object for class 'Rich String If'.
        Returns:
        the meta object for class 'Rich String If'.
        See Also:
        RichStringIf
        Generated:
      • getRichStringIf_If

        org.eclipse.emf.ecore.EReference getRichStringIf_If()
        Returns the meta object for the containment reference 'If'.
        Returns:
        the meta object for the containment reference 'If'.
        See Also:
        RichStringIf.getIf(), getRichStringIf()
        Generated:
      • getRichStringIf_Then

        org.eclipse.emf.ecore.EReference getRichStringIf_Then()
        Returns the meta object for the containment reference 'Then'.
        Returns:
        the meta object for the containment reference 'Then'.
        See Also:
        RichStringIf.getThen(), getRichStringIf()
        Generated:
      • getRichStringIf_ElseIfs

        org.eclipse.emf.ecore.EReference getRichStringIf_ElseIfs()
        Returns the meta object for the containment reference list 'Else Ifs'.
        Returns:
        the meta object for the containment reference list 'Else Ifs'.
        See Also:
        RichStringIf.getElseIfs(), getRichStringIf()
        Generated:
      • getRichStringIf_Else

        org.eclipse.emf.ecore.EReference getRichStringIf_Else()
        Returns the meta object for the containment reference 'Else'.
        Returns:
        the meta object for the containment reference 'Else'.
        See Also:
        RichStringIf.getElse(), getRichStringIf()
        Generated:
      • getRichStringElseIf

        org.eclipse.emf.ecore.EClass getRichStringElseIf()
        Returns the meta object for class 'Rich String Else If'.
        Returns:
        the meta object for class 'Rich String Else If'.
        See Also:
        RichStringElseIf
        Generated:
      • getRichStringElseIf_If

        org.eclipse.emf.ecore.EReference getRichStringElseIf_If()
        Returns the meta object for the containment reference 'If'.
        Returns:
        the meta object for the containment reference 'If'.
        See Also:
        RichStringElseIf.getIf(), getRichStringElseIf()
        Generated:
      • getRichStringElseIf_Then

        org.eclipse.emf.ecore.EReference getRichStringElseIf_Then()
        Returns the meta object for the containment reference 'Then'.
        Returns:
        the meta object for the containment reference 'Then'.
        See Also:
        RichStringElseIf.getThen(), getRichStringElseIf()
        Generated:
      • getCreateExtensionInfo

        org.eclipse.emf.ecore.EClass getCreateExtensionInfo()
        Returns the meta object for class 'Create Extension Info'.
        Returns:
        the meta object for class 'Create Extension Info'.
        See Also:
        CreateExtensionInfo
        Generated:
      • getXtendConstructor

        org.eclipse.emf.ecore.EClass getXtendConstructor()
        Returns the meta object for class 'Constructor'.
        Returns:
        the meta object for class 'Constructor'.
        See Also:
        XtendConstructor
        Generated:
      • getXtendTypeDeclaration

        org.eclipse.emf.ecore.EClass getXtendTypeDeclaration()
        Returns the meta object for class 'Type Declaration'.
        Returns:
        the meta object for class 'Type Declaration'.
        See Also:
        XtendTypeDeclaration
        Generated:
      • getXtendAnnotationType

        org.eclipse.emf.ecore.EClass getXtendAnnotationType()
        Returns the meta object for class 'Annotation Type'.
        Returns:
        the meta object for class 'Annotation Type'.
        See Also:
        XtendAnnotationType
        Generated:
      • getXtendInterface

        org.eclipse.emf.ecore.EClass getXtendInterface()
        Returns the meta object for class 'Interface'.
        Returns:
        the meta object for class 'Interface'.
        See Also:
        XtendInterface
        Generated:
      • getXtendInterface_Extends

        org.eclipse.emf.ecore.EReference getXtendInterface_Extends()
        Returns the meta object for the containment reference list 'Extends'.
        Returns:
        the meta object for the containment reference list 'Extends'.
        See Also:
        XtendInterface.getExtends(), getXtendInterface()
        Generated:
      • getXtendEnum

        org.eclipse.emf.ecore.EClass getXtendEnum()
        Returns the meta object for class 'Enum'.
        Returns:
        the meta object for class 'Enum'.
        See Also:
        XtendEnum
        Generated:
      • getXtendEnumLiteral

        org.eclipse.emf.ecore.EClass getXtendEnumLiteral()
        Returns the meta object for class 'Enum Literal'.
        Returns:
        the meta object for class 'Enum Literal'.
        See Also:
        XtendEnumLiteral
        Generated:
      • getXtendEnumLiteral_Name

        org.eclipse.emf.ecore.EAttribute getXtendEnumLiteral_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        XtendEnumLiteral.getName(), getXtendEnumLiteral()
        Generated:
      • getXtendVariableDeclaration

        org.eclipse.emf.ecore.EClass getXtendVariableDeclaration()
        Returns the meta object for class 'Variable Declaration'.
        Returns:
        the meta object for class 'Variable Declaration'.
        See Also:
        XtendVariableDeclaration
        Generated:
      • getXtendFormalParameter

        org.eclipse.emf.ecore.EClass getXtendFormalParameter()
        Returns the meta object for class 'Formal Parameter'.
        Returns:
        the meta object for class 'Formal Parameter'.
        See Also:
        XtendFormalParameter
        Generated:
      • getXtendExecutable

        org.eclipse.emf.ecore.EClass getXtendExecutable()
        Returns the meta object for class 'Executable'.
        Returns:
        the meta object for class 'Executable'.
        See Also:
        XtendExecutable
        Generated:
      • getXtendExecutable_Exceptions

        org.eclipse.emf.ecore.EReference getXtendExecutable_Exceptions()
        Returns the meta object for the containment reference list 'Exceptions'.
        Returns:
        the meta object for the containment reference list 'Exceptions'.
        See Also:
        XtendExecutable.getExceptions(), getXtendExecutable()
        Generated:
      • getXtendExecutable_Expression

        org.eclipse.emf.ecore.EReference getXtendExecutable_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        See Also:
        XtendExecutable.getExpression(), getXtendExecutable()
        Generated:
      • getXtendExecutable_Parameters

        org.eclipse.emf.ecore.EReference getXtendExecutable_Parameters()
        Returns the meta object for the containment reference list 'Parameters'.
        Returns:
        the meta object for the containment reference list 'Parameters'.
        See Also:
        XtendExecutable.getParameters(), getXtendExecutable()
        Generated:
      • getAnonymousClass

        org.eclipse.emf.ecore.EClass getAnonymousClass()
        Returns the meta object for class 'Anonymous Class'.
        Returns:
        the meta object for class 'Anonymous Class'.
        See Also:
        AnonymousClass
        Generated:
      • getXtendFactory

        XtendFactory getXtendFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated: