Interface XbasePackage

  • 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:
    XbasePackageImpl

    public interface XbasePackage
    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
    Since:
    2.7
    See Also:
    XbaseFactory
    Noextend:
    This interface is not intended to be extended by clients.
    Noimplement:
    This interface is not intended to be implemented by clients.
    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 XbasePackage eINSTANCE
        The singleton instance of the package.
        Generated:
      • XEXPRESSION_FEATURE_COUNT

        static final int XEXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XExpression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XIF_EXPRESSION__IF

        static final int XIF_EXPRESSION__IF
        The feature id for the 'If' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XIF_EXPRESSION__THEN

        static final int XIF_EXPRESSION__THEN
        The feature id for the 'Then' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XIF_EXPRESSION__ELSE

        static final int XIF_EXPRESSION__ELSE
        The feature id for the 'Else' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XIF_EXPRESSION__CONDITIONAL_EXPRESSION

        static final int XIF_EXPRESSION__CONDITIONAL_EXPRESSION
        The feature id for the 'Conditional Expression' attribute.
        Since:
        2.18
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XIF_EXPRESSION_FEATURE_COUNT

        static final int XIF_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XIf Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSWITCH_EXPRESSION__SWITCH

        static final int XSWITCH_EXPRESSION__SWITCH
        The feature id for the 'Switch' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSWITCH_EXPRESSION__CASES

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

        static final int XSWITCH_EXPRESSION__DEFAULT
        The feature id for the 'Default' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSWITCH_EXPRESSION__DECLARED_PARAM

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

        static final int XSWITCH_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XSwitch Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASE_PART__CASE

        static final int XCASE_PART__CASE
        The feature id for the 'Case' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASE_PART__THEN

        static final int XCASE_PART__THEN
        The feature id for the 'Then' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASE_PART__TYPE_GUARD

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

        static final int XCASE_PART__FALL_THROUGH
        The feature id for the 'Fall Through' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASE_PART_FEATURE_COUNT

        static final int XCASE_PART_FEATURE_COUNT
        The number of structural features of the 'XCase Part' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBLOCK_EXPRESSION__EXPRESSIONS

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

        static final int XBLOCK_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XBlock Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XVARIABLE_DECLARATION__TYPE

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

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

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

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

        static final int XVARIABLE_DECLARATION_FEATURE_COUNT
        The number of structural features of the 'XVariable Declaration' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL__FEATURE

        static final int XABSTRACT_FEATURE_CALL__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL__TYPE_ARGUMENTS

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

        static final int XABSTRACT_FEATURE_CALL__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XABSTRACT_FEATURE_CALL__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL__VALID_FEATURE

        @Deprecated
        static final int XABSTRACT_FEATURE_CALL__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL__IMPLICIT_FIRST_ARGUMENT

        static final int XABSTRACT_FEATURE_CALL__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_FEATURE_CALL_FEATURE_COUNT

        static final int XABSTRACT_FEATURE_CALL_FEATURE_COUNT
        The number of structural features of the 'XAbstract Feature Call' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__FEATURE

        static final int XMEMBER_FEATURE_CALL__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__TYPE_ARGUMENTS

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

        static final int XMEMBER_FEATURE_CALL__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XMEMBER_FEATURE_CALL__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__VALID_FEATURE

        @Deprecated
        static final int XMEMBER_FEATURE_CALL__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__IMPLICIT_FIRST_ARGUMENT

        static final int XMEMBER_FEATURE_CALL__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__MEMBER_CALL_TARGET

        static final int XMEMBER_FEATURE_CALL__MEMBER_CALL_TARGET
        The feature id for the 'Member Call Target' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__MEMBER_CALL_ARGUMENTS

        static final int XMEMBER_FEATURE_CALL__MEMBER_CALL_ARGUMENTS
        The feature id for the 'Member Call Arguments' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__EXPLICIT_OPERATION_CALL

        static final int XMEMBER_FEATURE_CALL__EXPLICIT_OPERATION_CALL
        The feature id for the 'Explicit Operation Call' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__EXPLICIT_STATIC

        static final int XMEMBER_FEATURE_CALL__EXPLICIT_STATIC
        The feature id for the 'Explicit Static' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__NULL_SAFE

        static final int XMEMBER_FEATURE_CALL__NULL_SAFE
        The feature id for the 'Null Safe' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__TYPE_LITERAL

        static final int XMEMBER_FEATURE_CALL__TYPE_LITERAL
        The feature id for the 'Type Literal' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__STATIC_WITH_DECLARING_TYPE

        static final int XMEMBER_FEATURE_CALL__STATIC_WITH_DECLARING_TYPE
        The feature id for the 'Static With Declaring Type' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL__PACKAGE_FRAGMENT

        static final int XMEMBER_FEATURE_CALL__PACKAGE_FRAGMENT
        The feature id for the 'Package Fragment' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XMEMBER_FEATURE_CALL_FEATURE_COUNT

        static final int XMEMBER_FEATURE_CALL_FEATURE_COUNT
        The number of structural features of the 'XMember Feature Call' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__FEATURE

        static final int XFEATURE_CALL__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__TYPE_ARGUMENTS

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

        static final int XFEATURE_CALL__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XFEATURE_CALL__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__VALID_FEATURE

        @Deprecated
        static final int XFEATURE_CALL__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__IMPLICIT_FIRST_ARGUMENT

        static final int XFEATURE_CALL__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__FEATURE_CALL_ARGUMENTS

        static final int XFEATURE_CALL__FEATURE_CALL_ARGUMENTS
        The feature id for the 'Feature Call Arguments' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__EXPLICIT_OPERATION_CALL

        static final int XFEATURE_CALL__EXPLICIT_OPERATION_CALL
        The feature id for the 'Explicit Operation Call' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__TYPE_LITERAL

        static final int XFEATURE_CALL__TYPE_LITERAL
        The feature id for the 'Type Literal' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL__PACKAGE_FRAGMENT

        static final int XFEATURE_CALL__PACKAGE_FRAGMENT
        The feature id for the 'Package Fragment' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFEATURE_CALL_FEATURE_COUNT

        static final int XFEATURE_CALL_FEATURE_COUNT
        The number of structural features of the 'XFeature Call' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL__CONSTRUCTOR

        static final int XCONSTRUCTOR_CALL__CONSTRUCTOR
        The feature id for the 'Constructor' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL__ARGUMENTS

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

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

        static final int XCONSTRUCTOR_CALL__INVALID_FEATURE_ISSUE_CODE
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL__VALID_FEATURE

        static final int XCONSTRUCTOR_CALL__VALID_FEATURE
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL__EXPLICIT_CONSTRUCTOR_CALL

        static final int XCONSTRUCTOR_CALL__EXPLICIT_CONSTRUCTOR_CALL
        The feature id for the 'Explicit Constructor Call' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL__ANONYMOUS_CLASS_CONSTRUCTOR_CALL

        static final int XCONSTRUCTOR_CALL__ANONYMOUS_CLASS_CONSTRUCTOR_CALL
        The feature id for the 'Anonymous Class Constructor Call' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCONSTRUCTOR_CALL_FEATURE_COUNT

        static final int XCONSTRUCTOR_CALL_FEATURE_COUNT
        The number of structural features of the 'XConstructor Call' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBOOLEAN_LITERAL__IS_TRUE

        static final int XBOOLEAN_LITERAL__IS_TRUE
        The feature id for the 'Is True' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBOOLEAN_LITERAL_FEATURE_COUNT

        static final int XBOOLEAN_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XBoolean Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XNULL_LITERAL_FEATURE_COUNT

        static final int XNULL_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XNull Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XNUMBER_LITERAL__VALUE

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

        static final int XNUMBER_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XNumber Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSTRING_LITERAL__VALUE

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

        static final int XSTRING_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XString Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCOLLECTION_LITERAL__ELEMENTS

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

        static final int XCOLLECTION_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XCollection Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XLIST_LITERAL__ELEMENTS

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

        static final int XLIST_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XList Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSET_LITERAL__ELEMENTS

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

        static final int XSET_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XSet Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCLOSURE__DECLARED_FORMAL_PARAMETERS

        static final int XCLOSURE__DECLARED_FORMAL_PARAMETERS
        The feature id for the 'Declared Formal Parameters' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCLOSURE__EXPRESSION

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

        static final int XCLOSURE__EXPLICIT_SYNTAX
        The feature id for the 'Explicit Syntax' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCLOSURE__IMPLICIT_FORMAL_PARAMETERS

        static final int XCLOSURE__IMPLICIT_FORMAL_PARAMETERS
        The feature id for the 'Implicit Formal Parameters' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCLOSURE_FEATURE_COUNT

        static final int XCLOSURE_FEATURE_COUNT
        The number of structural features of the 'XClosure' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASTED_EXPRESSION__TYPE

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

        static final int XCASTED_EXPRESSION__TARGET
        The feature id for the 'Target' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCASTED_EXPRESSION_FEATURE_COUNT

        static final int XCASTED_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XCasted Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__FEATURE

        static final int XBINARY_OPERATION__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__TYPE_ARGUMENTS

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

        static final int XBINARY_OPERATION__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XBINARY_OPERATION__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__VALID_FEATURE

        @Deprecated
        static final int XBINARY_OPERATION__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__IMPLICIT_FIRST_ARGUMENT

        static final int XBINARY_OPERATION__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__LEFT_OPERAND

        static final int XBINARY_OPERATION__LEFT_OPERAND
        The feature id for the 'Left Operand' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION__RIGHT_OPERAND

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

        static final int XBINARY_OPERATION__REASSIGN_FIRST_ARGUMENT
        The feature id for the 'Reassign First Argument' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBINARY_OPERATION_FEATURE_COUNT

        static final int XBINARY_OPERATION_FEATURE_COUNT
        The number of structural features of the 'XBinary Operation' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__FEATURE

        static final int XUNARY_OPERATION__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__TYPE_ARGUMENTS

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

        static final int XUNARY_OPERATION__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XUNARY_OPERATION__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__VALID_FEATURE

        @Deprecated
        static final int XUNARY_OPERATION__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__IMPLICIT_FIRST_ARGUMENT

        static final int XUNARY_OPERATION__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION__OPERAND

        static final int XUNARY_OPERATION__OPERAND
        The feature id for the 'Operand' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XUNARY_OPERATION_FEATURE_COUNT

        static final int XUNARY_OPERATION_FEATURE_COUNT
        The number of structural features of the 'XUnary Operation' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__FEATURE

        static final int XPOSTFIX_OPERATION__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__TYPE_ARGUMENTS

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

        static final int XPOSTFIX_OPERATION__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XPOSTFIX_OPERATION__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__VALID_FEATURE

        @Deprecated
        static final int XPOSTFIX_OPERATION__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__IMPLICIT_FIRST_ARGUMENT

        static final int XPOSTFIX_OPERATION__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION__OPERAND

        static final int XPOSTFIX_OPERATION__OPERAND
        The feature id for the 'Operand' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XPOSTFIX_OPERATION_FEATURE_COUNT

        static final int XPOSTFIX_OPERATION_FEATURE_COUNT
        The number of structural features of the 'XPostfix Operation' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XFOR_LOOP_EXPRESSION__FOR_EXPRESSION

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

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

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

        static final int XFOR_LOOP_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XFor Loop Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XBASIC_FOR_LOOP_EXPRESSION__EXPRESSION

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

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

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

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

        static final int XBASIC_FOR_LOOP_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XBasic For Loop Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_WHILE_EXPRESSION__PREDICATE

        static final int XABSTRACT_WHILE_EXPRESSION__PREDICATE
        The feature id for the 'Predicate' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_WHILE_EXPRESSION__BODY

        static final int XABSTRACT_WHILE_EXPRESSION__BODY
        The feature id for the 'Body' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XABSTRACT_WHILE_EXPRESSION_FEATURE_COUNT

        static final int XABSTRACT_WHILE_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XAbstract While Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XDO_WHILE_EXPRESSION__PREDICATE

        static final int XDO_WHILE_EXPRESSION__PREDICATE
        The feature id for the 'Predicate' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XDO_WHILE_EXPRESSION__BODY

        static final int XDO_WHILE_EXPRESSION__BODY
        The feature id for the 'Body' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XDO_WHILE_EXPRESSION_FEATURE_COUNT

        static final int XDO_WHILE_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XDo While Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XWHILE_EXPRESSION__PREDICATE

        static final int XWHILE_EXPRESSION__PREDICATE
        The feature id for the 'Predicate' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XWHILE_EXPRESSION__BODY

        static final int XWHILE_EXPRESSION__BODY
        The feature id for the 'Body' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XWHILE_EXPRESSION_FEATURE_COUNT

        static final int XWHILE_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XWhile Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTYPE_LITERAL__TYPE

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

        static final int XTYPE_LITERAL__ARRAY_DIMENSIONS
        The feature id for the 'Array Dimensions' attribute list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTYPE_LITERAL_FEATURE_COUNT

        static final int XTYPE_LITERAL_FEATURE_COUNT
        The number of structural features of the 'XType Literal' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XINSTANCE_OF_EXPRESSION__TYPE

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

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

        static final int XINSTANCE_OF_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XInstance Of Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTHROW_EXPRESSION__EXPRESSION

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

        static final int XTHROW_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XThrow Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTRY_CATCH_FINALLY_EXPRESSION__EXPRESSION

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

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

        static final int XTRY_CATCH_FINALLY_EXPRESSION__CATCH_CLAUSES
        The feature id for the 'Catch Clauses' containment reference list.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTRY_CATCH_FINALLY_EXPRESSION__RESOURCES

        static final int XTRY_CATCH_FINALLY_EXPRESSION__RESOURCES
        The feature id for the 'Resources' containment reference list.
        Since:
        2.18
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XTRY_CATCH_FINALLY_EXPRESSION_FEATURE_COUNT

        static final int XTRY_CATCH_FINALLY_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XTry Catch Finally Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XCATCH_CLAUSE__EXPRESSION

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

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

        static final int XCATCH_CLAUSE_FEATURE_COUNT
        The number of structural features of the 'XCatch Clause' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__FEATURE

        static final int XASSIGNMENT__FEATURE
        The feature id for the 'Feature' reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__TYPE_ARGUMENTS

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

        static final int XASSIGNMENT__IMPLICIT_RECEIVER
        The feature id for the 'Implicit Receiver' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__INVALID_FEATURE_ISSUE_CODE

        @Deprecated
        static final int XASSIGNMENT__INVALID_FEATURE_ISSUE_CODE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Invalid Feature Issue Code' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__VALID_FEATURE

        @Deprecated
        static final int XASSIGNMENT__VALID_FEATURE
        Deprecated.
        See model documentation for details.
        The feature id for the 'Valid Feature' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__IMPLICIT_FIRST_ARGUMENT

        static final int XASSIGNMENT__IMPLICIT_FIRST_ARGUMENT
        The feature id for the 'Implicit First Argument' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__ASSIGNABLE

        static final int XASSIGNMENT__ASSIGNABLE
        The feature id for the 'Assignable' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__VALUE

        static final int XASSIGNMENT__VALUE
        The feature id for the 'Value' containment reference.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__EXPLICIT_STATIC

        static final int XASSIGNMENT__EXPLICIT_STATIC
        The feature id for the 'Explicit Static' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT__STATIC_WITH_DECLARING_TYPE

        static final int XASSIGNMENT__STATIC_WITH_DECLARING_TYPE
        The feature id for the 'Static With Declaring Type' attribute.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XASSIGNMENT_FEATURE_COUNT

        static final int XASSIGNMENT_FEATURE_COUNT
        The number of structural features of the 'XAssignment' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XRETURN_EXPRESSION__EXPRESSION

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

        static final int XRETURN_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XReturn Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
      • XSYNCHRONIZED_EXPRESSION__PARAM

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

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

        static final int XSYNCHRONIZED_EXPRESSION_FEATURE_COUNT
        The number of structural features of the 'XSynchronized Expression' class.
        Since:
        2.7
        See Also:
        Constant Field Values
        Generated:
        Ordered:
    • Method Detail

      • getXExpression

        org.eclipse.emf.ecore.EClass getXExpression()
        Returns the meta object for class 'XExpression'.
        Returns:
        the meta object for class 'XExpression'.
        Since:
        2.7
        See Also:
        XExpression
        Generated:
      • getXIfExpression

        org.eclipse.emf.ecore.EClass getXIfExpression()
        Returns the meta object for class 'XIf Expression'.
        Returns:
        the meta object for class 'XIf Expression'.
        Since:
        2.7
        See Also:
        XIfExpression
        Generated:
      • getXIfExpression_If

        org.eclipse.emf.ecore.EReference getXIfExpression_If()
        Returns the meta object for the containment reference 'If'.
        Returns:
        the meta object for the containment reference 'If'.
        Since:
        2.7
        See Also:
        XIfExpression.getIf(), getXIfExpression()
        Generated:
      • getXIfExpression_Then

        org.eclipse.emf.ecore.EReference getXIfExpression_Then()
        Returns the meta object for the containment reference 'Then'.
        Returns:
        the meta object for the containment reference 'Then'.
        Since:
        2.7
        See Also:
        XIfExpression.getThen(), getXIfExpression()
        Generated:
      • getXIfExpression_Else

        org.eclipse.emf.ecore.EReference getXIfExpression_Else()
        Returns the meta object for the containment reference 'Else'.
        Returns:
        the meta object for the containment reference 'Else'.
        Since:
        2.7
        See Also:
        XIfExpression.getElse(), getXIfExpression()
        Generated:
      • getXSwitchExpression

        org.eclipse.emf.ecore.EClass getXSwitchExpression()
        Returns the meta object for class 'XSwitch Expression'.
        Returns:
        the meta object for class 'XSwitch Expression'.
        Since:
        2.7
        See Also:
        XSwitchExpression
        Generated:
      • getXSwitchExpression_Switch

        org.eclipse.emf.ecore.EReference getXSwitchExpression_Switch()
        Returns the meta object for the containment reference 'Switch'.
        Returns:
        the meta object for the containment reference 'Switch'.
        Since:
        2.7
        See Also:
        XSwitchExpression.getSwitch(), getXSwitchExpression()
        Generated:
      • getXSwitchExpression_Cases

        org.eclipse.emf.ecore.EReference getXSwitchExpression_Cases()
        Returns the meta object for the containment reference list 'Cases'.
        Returns:
        the meta object for the containment reference list 'Cases'.
        Since:
        2.7
        See Also:
        XSwitchExpression.getCases(), getXSwitchExpression()
        Generated:
      • getXSwitchExpression_Default

        org.eclipse.emf.ecore.EReference getXSwitchExpression_Default()
        Returns the meta object for the containment reference 'Default'.
        Returns:
        the meta object for the containment reference 'Default'.
        Since:
        2.7
        See Also:
        XSwitchExpression.getDefault(), getXSwitchExpression()
        Generated:
      • getXCasePart

        org.eclipse.emf.ecore.EClass getXCasePart()
        Returns the meta object for class 'XCase Part'.
        Returns:
        the meta object for class 'XCase Part'.
        Since:
        2.7
        See Also:
        XCasePart
        Generated:
      • getXCasePart_Case

        org.eclipse.emf.ecore.EReference getXCasePart_Case()
        Returns the meta object for the containment reference 'Case'.
        Returns:
        the meta object for the containment reference 'Case'.
        Since:
        2.7
        See Also:
        XCasePart.getCase(), getXCasePart()
        Generated:
      • getXCasePart_Then

        org.eclipse.emf.ecore.EReference getXCasePart_Then()
        Returns the meta object for the containment reference 'Then'.
        Returns:
        the meta object for the containment reference 'Then'.
        Since:
        2.7
        See Also:
        XCasePart.getThen(), getXCasePart()
        Generated:
      • getXCasePart_TypeGuard

        org.eclipse.emf.ecore.EReference getXCasePart_TypeGuard()
        Returns the meta object for the containment reference 'Type Guard'.
        Returns:
        the meta object for the containment reference 'Type Guard'.
        Since:
        2.7
        See Also:
        XCasePart.getTypeGuard(), getXCasePart()
        Generated:
      • getXCasePart_FallThrough

        org.eclipse.emf.ecore.EAttribute getXCasePart_FallThrough()
        Returns the meta object for the attribute 'Fall Through'.
        Returns:
        the meta object for the attribute 'Fall Through'.
        Since:
        2.7
        See Also:
        XCasePart.isFallThrough(), getXCasePart()
        Generated:
      • getXBlockExpression

        org.eclipse.emf.ecore.EClass getXBlockExpression()
        Returns the meta object for class 'XBlock Expression'.
        Returns:
        the meta object for class 'XBlock Expression'.
        Since:
        2.7
        See Also:
        XBlockExpression
        Generated:
      • getXBlockExpression_Expressions

        org.eclipse.emf.ecore.EReference getXBlockExpression_Expressions()
        Returns the meta object for the containment reference list 'Expressions'.
        Returns:
        the meta object for the containment reference list 'Expressions'.
        Since:
        2.7
        See Also:
        XBlockExpression.getExpressions(), getXBlockExpression()
        Generated:
      • getXVariableDeclaration

        org.eclipse.emf.ecore.EClass getXVariableDeclaration()
        Returns the meta object for class 'XVariable Declaration'.
        Returns:
        the meta object for class 'XVariable Declaration'.
        Since:
        2.7
        See Also:
        XVariableDeclaration
        Generated:
      • getXVariableDeclaration_Type

        org.eclipse.emf.ecore.EReference getXVariableDeclaration_Type()
        Returns the meta object for the containment reference 'Type'.
        Returns:
        the meta object for the containment reference 'Type'.
        Since:
        2.7
        See Also:
        XVariableDeclaration.getType(), getXVariableDeclaration()
        Generated:
      • getXVariableDeclaration_Right

        org.eclipse.emf.ecore.EReference getXVariableDeclaration_Right()
        Returns the meta object for the containment reference 'Right'.
        Returns:
        the meta object for the containment reference 'Right'.
        Since:
        2.7
        See Also:
        XVariableDeclaration.getRight(), getXVariableDeclaration()
        Generated:
      • getXAbstractFeatureCall

        org.eclipse.emf.ecore.EClass getXAbstractFeatureCall()
        Returns the meta object for class 'XAbstract Feature Call'.
        Returns:
        the meta object for class 'XAbstract Feature Call'.
        Since:
        2.7
        See Also:
        XAbstractFeatureCall
        Generated:
      • getXMemberFeatureCall

        org.eclipse.emf.ecore.EClass getXMemberFeatureCall()
        Returns the meta object for class 'XMember Feature Call'.
        Returns:
        the meta object for class 'XMember Feature Call'.
        Since:
        2.7
        See Also:
        XMemberFeatureCall
        Generated:
      • getXFeatureCall

        org.eclipse.emf.ecore.EClass getXFeatureCall()
        Returns the meta object for class 'XFeature Call'.
        Returns:
        the meta object for class 'XFeature Call'.
        Since:
        2.7
        See Also:
        XFeatureCall
        Generated:
      • getXFeatureCall_TypeLiteral

        org.eclipse.emf.ecore.EAttribute getXFeatureCall_TypeLiteral()
        Returns the meta object for the attribute 'Type Literal'.
        Returns:
        the meta object for the attribute 'Type Literal'.
        Since:
        2.7
        See Also:
        XFeatureCall.isTypeLiteral(), getXFeatureCall()
        Generated:
      • getXConstructorCall

        org.eclipse.emf.ecore.EClass getXConstructorCall()
        Returns the meta object for class 'XConstructor Call'.
        Returns:
        the meta object for class 'XConstructor Call'.
        Since:
        2.7
        See Also:
        XConstructorCall
        Generated:
      • getXConstructorCall_Arguments

        org.eclipse.emf.ecore.EReference getXConstructorCall_Arguments()
        Returns the meta object for the containment reference list 'Arguments'.
        Returns:
        the meta object for the containment reference list 'Arguments'.
        Since:
        2.7
        See Also:
        XConstructorCall.getArguments(), getXConstructorCall()
        Generated:
      • getXConstructorCall_TypeArguments

        org.eclipse.emf.ecore.EReference getXConstructorCall_TypeArguments()
        Returns the meta object for the containment reference list 'Type Arguments'.
        Returns:
        the meta object for the containment reference list 'Type Arguments'.
        Since:
        2.7
        See Also:
        XConstructorCall.getTypeArguments(), getXConstructorCall()
        Generated:
      • getXBooleanLiteral

        org.eclipse.emf.ecore.EClass getXBooleanLiteral()
        Returns the meta object for class 'XBoolean Literal'.
        Returns:
        the meta object for class 'XBoolean Literal'.
        Since:
        2.7
        See Also:
        XBooleanLiteral
        Generated:
      • getXBooleanLiteral_IsTrue

        org.eclipse.emf.ecore.EAttribute getXBooleanLiteral_IsTrue()
        Returns the meta object for the attribute 'Is True'.
        Returns:
        the meta object for the attribute 'Is True'.
        Since:
        2.7
        See Also:
        XBooleanLiteral.isIsTrue(), getXBooleanLiteral()
        Generated:
      • getXNullLiteral

        org.eclipse.emf.ecore.EClass getXNullLiteral()
        Returns the meta object for class 'XNull Literal'.
        Returns:
        the meta object for class 'XNull Literal'.
        Since:
        2.7
        See Also:
        XNullLiteral
        Generated:
      • getXNumberLiteral

        org.eclipse.emf.ecore.EClass getXNumberLiteral()
        Returns the meta object for class 'XNumber Literal'.
        Returns:
        the meta object for class 'XNumber Literal'.
        Since:
        2.7
        See Also:
        XNumberLiteral
        Generated:
      • getXNumberLiteral_Value

        org.eclipse.emf.ecore.EAttribute getXNumberLiteral_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        Since:
        2.7
        See Also:
        XNumberLiteral.getValue(), getXNumberLiteral()
        Generated:
      • getXStringLiteral

        org.eclipse.emf.ecore.EClass getXStringLiteral()
        Returns the meta object for class 'XString Literal'.
        Returns:
        the meta object for class 'XString Literal'.
        Since:
        2.7
        See Also:
        XStringLiteral
        Generated:
      • getXStringLiteral_Value

        org.eclipse.emf.ecore.EAttribute getXStringLiteral_Value()
        Returns the meta object for the attribute 'Value'.
        Returns:
        the meta object for the attribute 'Value'.
        Since:
        2.7
        See Also:
        XStringLiteral.getValue(), getXStringLiteral()
        Generated:
      • getXCollectionLiteral

        org.eclipse.emf.ecore.EClass getXCollectionLiteral()
        Returns the meta object for class 'XCollection Literal'.
        Returns:
        the meta object for class 'XCollection Literal'.
        Since:
        2.7
        See Also:
        XCollectionLiteral
        Generated:
      • getXCollectionLiteral_Elements

        org.eclipse.emf.ecore.EReference getXCollectionLiteral_Elements()
        Returns the meta object for the containment reference list 'Elements'.
        Returns:
        the meta object for the containment reference list 'Elements'.
        Since:
        2.7
        See Also:
        XCollectionLiteral.getElements(), getXCollectionLiteral()
        Generated:
      • getXListLiteral

        org.eclipse.emf.ecore.EClass getXListLiteral()
        Returns the meta object for class 'XList Literal'.
        Returns:
        the meta object for class 'XList Literal'.
        Since:
        2.7
        See Also:
        XListLiteral
        Generated:
      • getXSetLiteral

        org.eclipse.emf.ecore.EClass getXSetLiteral()
        Returns the meta object for class 'XSet Literal'.
        Returns:
        the meta object for class 'XSet Literal'.
        Since:
        2.7
        See Also:
        XSetLiteral
        Generated:
      • getXClosure

        org.eclipse.emf.ecore.EClass getXClosure()
        Returns the meta object for class 'XClosure'.
        Returns:
        the meta object for class 'XClosure'.
        Since:
        2.7
        See Also:
        XClosure
        Generated:
      • getXClosure_Expression

        org.eclipse.emf.ecore.EReference getXClosure_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        Since:
        2.7
        See Also:
        XClosure.getExpression(), getXClosure()
        Generated:
      • getXClosure_ExplicitSyntax

        org.eclipse.emf.ecore.EAttribute getXClosure_ExplicitSyntax()
        Returns the meta object for the attribute 'Explicit Syntax'.
        Returns:
        the meta object for the attribute 'Explicit Syntax'.
        Since:
        2.7
        See Also:
        XClosure.isExplicitSyntax(), getXClosure()
        Generated:
      • getXCastedExpression

        org.eclipse.emf.ecore.EClass getXCastedExpression()
        Returns the meta object for class 'XCasted Expression'.
        Returns:
        the meta object for class 'XCasted Expression'.
        Since:
        2.7
        See Also:
        XCastedExpression
        Generated:
      • getXCastedExpression_Type

        org.eclipse.emf.ecore.EReference getXCastedExpression_Type()
        Returns the meta object for the containment reference 'Type'.
        Returns:
        the meta object for the containment reference 'Type'.
        Since:
        2.7
        See Also:
        XCastedExpression.getType(), getXCastedExpression()
        Generated:
      • getXCastedExpression_Target

        org.eclipse.emf.ecore.EReference getXCastedExpression_Target()
        Returns the meta object for the containment reference 'Target'.
        Returns:
        the meta object for the containment reference 'Target'.
        Since:
        2.7
        See Also:
        XCastedExpression.getTarget(), getXCastedExpression()
        Generated:
      • getXBinaryOperation

        org.eclipse.emf.ecore.EClass getXBinaryOperation()
        Returns the meta object for class 'XBinary Operation'.
        Returns:
        the meta object for class 'XBinary Operation'.
        Since:
        2.7
        See Also:
        XBinaryOperation
        Generated:
      • getXBinaryOperation_LeftOperand

        org.eclipse.emf.ecore.EReference getXBinaryOperation_LeftOperand()
        Returns the meta object for the containment reference 'Left Operand'.
        Returns:
        the meta object for the containment reference 'Left Operand'.
        Since:
        2.7
        See Also:
        XBinaryOperation.getLeftOperand(), getXBinaryOperation()
        Generated:
      • getXUnaryOperation

        org.eclipse.emf.ecore.EClass getXUnaryOperation()
        Returns the meta object for class 'XUnary Operation'.
        Returns:
        the meta object for class 'XUnary Operation'.
        Since:
        2.7
        See Also:
        XUnaryOperation
        Generated:
      • getXUnaryOperation_Operand

        org.eclipse.emf.ecore.EReference getXUnaryOperation_Operand()
        Returns the meta object for the containment reference 'Operand'.
        Returns:
        the meta object for the containment reference 'Operand'.
        Since:
        2.7
        See Also:
        XUnaryOperation.getOperand(), getXUnaryOperation()
        Generated:
      • getXPostfixOperation

        org.eclipse.emf.ecore.EClass getXPostfixOperation()
        Returns the meta object for class 'XPostfix Operation'.
        Returns:
        the meta object for class 'XPostfix Operation'.
        Since:
        2.7
        See Also:
        XPostfixOperation
        Generated:
      • getXPostfixOperation_Operand

        org.eclipse.emf.ecore.EReference getXPostfixOperation_Operand()
        Returns the meta object for the containment reference 'Operand'.
        Returns:
        the meta object for the containment reference 'Operand'.
        Since:
        2.7
        See Also:
        XPostfixOperation.getOperand(), getXPostfixOperation()
        Generated:
      • getXForLoopExpression

        org.eclipse.emf.ecore.EClass getXForLoopExpression()
        Returns the meta object for class 'XFor Loop Expression'.
        Returns:
        the meta object for class 'XFor Loop Expression'.
        Since:
        2.7
        See Also:
        XForLoopExpression
        Generated:
      • getXBasicForLoopExpression

        org.eclipse.emf.ecore.EClass getXBasicForLoopExpression()
        Returns the meta object for class 'XBasic For Loop Expression'.
        Returns:
        the meta object for class 'XBasic For Loop Expression'.
        Since:
        2.7
        See Also:
        XBasicForLoopExpression
        Generated:
      • getXAbstractWhileExpression

        org.eclipse.emf.ecore.EClass getXAbstractWhileExpression()
        Returns the meta object for class 'XAbstract While Expression'.
        Returns:
        the meta object for class 'XAbstract While Expression'.
        Since:
        2.7
        See Also:
        XAbstractWhileExpression
        Generated:
      • getXDoWhileExpression

        org.eclipse.emf.ecore.EClass getXDoWhileExpression()
        Returns the meta object for class 'XDo While Expression'.
        Returns:
        the meta object for class 'XDo While Expression'.
        Since:
        2.7
        See Also:
        XDoWhileExpression
        Generated:
      • getXWhileExpression

        org.eclipse.emf.ecore.EClass getXWhileExpression()
        Returns the meta object for class 'XWhile Expression'.
        Returns:
        the meta object for class 'XWhile Expression'.
        Since:
        2.7
        See Also:
        XWhileExpression
        Generated:
      • getXTypeLiteral

        org.eclipse.emf.ecore.EClass getXTypeLiteral()
        Returns the meta object for class 'XType Literal'.
        Returns:
        the meta object for class 'XType Literal'.
        Since:
        2.7
        See Also:
        XTypeLiteral
        Generated:
      • getXTypeLiteral_Type

        org.eclipse.emf.ecore.EReference getXTypeLiteral_Type()
        Returns the meta object for the reference 'Type'.
        Returns:
        the meta object for the reference 'Type'.
        Since:
        2.7
        See Also:
        XTypeLiteral.getType(), getXTypeLiteral()
        Generated:
      • getXInstanceOfExpression

        org.eclipse.emf.ecore.EClass getXInstanceOfExpression()
        Returns the meta object for class 'XInstance Of Expression'.
        Returns:
        the meta object for class 'XInstance Of Expression'.
        Since:
        2.7
        See Also:
        XInstanceOfExpression
        Generated:
      • getXInstanceOfExpression_Type

        org.eclipse.emf.ecore.EReference getXInstanceOfExpression_Type()
        Returns the meta object for the containment reference 'Type'.
        Returns:
        the meta object for the containment reference 'Type'.
        Since:
        2.7
        See Also:
        XInstanceOfExpression.getType(), getXInstanceOfExpression()
        Generated:
      • getXThrowExpression

        org.eclipse.emf.ecore.EClass getXThrowExpression()
        Returns the meta object for class 'XThrow Expression'.
        Returns:
        the meta object for class 'XThrow Expression'.
        Since:
        2.7
        See Also:
        XThrowExpression
        Generated:
      • getXThrowExpression_Expression

        org.eclipse.emf.ecore.EReference getXThrowExpression_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        Since:
        2.7
        See Also:
        XThrowExpression.getExpression(), getXThrowExpression()
        Generated:
      • getXTryCatchFinallyExpression

        org.eclipse.emf.ecore.EClass getXTryCatchFinallyExpression()
        Returns the meta object for class 'XTry Catch Finally Expression'.
        Returns:
        the meta object for class 'XTry Catch Finally Expression'.
        Since:
        2.7
        See Also:
        XTryCatchFinallyExpression
        Generated:
      • getXCatchClause

        org.eclipse.emf.ecore.EClass getXCatchClause()
        Returns the meta object for class 'XCatch Clause'.
        Returns:
        the meta object for class 'XCatch Clause'.
        Since:
        2.7
        See Also:
        XCatchClause
        Generated:
      • getXCatchClause_Expression

        org.eclipse.emf.ecore.EReference getXCatchClause_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        Since:
        2.7
        See Also:
        XCatchClause.getExpression(), getXCatchClause()
        Generated:
      • getXCatchClause_DeclaredParam

        org.eclipse.emf.ecore.EReference getXCatchClause_DeclaredParam()
        Returns the meta object for the containment reference 'Declared Param'.
        Returns:
        the meta object for the containment reference 'Declared Param'.
        Since:
        2.7
        See Also:
        XCatchClause.getDeclaredParam(), getXCatchClause()
        Generated:
      • getXAssignment

        org.eclipse.emf.ecore.EClass getXAssignment()
        Returns the meta object for class 'XAssignment'.
        Returns:
        the meta object for class 'XAssignment'.
        Since:
        2.7
        See Also:
        XAssignment
        Generated:
      • getXAssignment_Assignable

        org.eclipse.emf.ecore.EReference getXAssignment_Assignable()
        Returns the meta object for the containment reference 'Assignable'.
        Returns:
        the meta object for the containment reference 'Assignable'.
        Since:
        2.7
        See Also:
        XAssignment.getAssignable(), getXAssignment()
        Generated:
      • getXAssignment_Value

        org.eclipse.emf.ecore.EReference getXAssignment_Value()
        Returns the meta object for the containment reference 'Value'.
        Returns:
        the meta object for the containment reference 'Value'.
        Since:
        2.7
        See Also:
        XAssignment.getValue(), getXAssignment()
        Generated:
      • getXReturnExpression

        org.eclipse.emf.ecore.EClass getXReturnExpression()
        Returns the meta object for class 'XReturn Expression'.
        Returns:
        the meta object for class 'XReturn Expression'.
        Since:
        2.7
        See Also:
        XReturnExpression
        Generated:
      • getXReturnExpression_Expression

        org.eclipse.emf.ecore.EReference getXReturnExpression_Expression()
        Returns the meta object for the containment reference 'Expression'.
        Returns:
        the meta object for the containment reference 'Expression'.
        Since:
        2.7
        See Also:
        XReturnExpression.getExpression(), getXReturnExpression()
        Generated:
      • getXSynchronizedExpression

        org.eclipse.emf.ecore.EClass getXSynchronizedExpression()
        Returns the meta object for class 'XSynchronized Expression'.
        Returns:
        the meta object for class 'XSynchronized Expression'.
        Since:
        2.7
        See Also:
        XSynchronizedExpression
        Generated:
      • getXbaseFactory

        XbaseFactory getXbaseFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated: