Interface XtendPackage.Literals

  • Enclosing interface:
    XtendPackage

    public static interface XtendPackage.Literals
    Defines literals for the meta objects that represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    Generated:
    • Field Detail

      • XTEND_FILE__IMPORT_SECTION

        static final org.eclipse.emf.ecore.EReference XTEND_FILE__IMPORT_SECTION
        The meta object literal for the 'Import Section' containment reference feature.
        Generated:
      • XTEND_FILE__XTEND_TYPES

        static final org.eclipse.emf.ecore.EReference XTEND_FILE__XTEND_TYPES
        The meta object literal for the 'Xtend Types' containment reference list feature.
        Generated:
      • XTEND_FILE__PACKAGE

        static final org.eclipse.emf.ecore.EAttribute XTEND_FILE__PACKAGE
        The meta object literal for the 'Package' attribute feature.
        Generated:
      • XTEND_CLASS__EXTENDS

        static final org.eclipse.emf.ecore.EReference XTEND_CLASS__EXTENDS
        The meta object literal for the 'Extends' containment reference feature.
        Generated:
      • XTEND_CLASS__IMPLEMENTS

        static final org.eclipse.emf.ecore.EReference XTEND_CLASS__IMPLEMENTS
        The meta object literal for the 'Implements' containment reference list feature.
        Generated:
      • XTEND_CLASS__TYPE_PARAMETERS

        static final org.eclipse.emf.ecore.EReference XTEND_CLASS__TYPE_PARAMETERS
        The meta object literal for the 'Type Parameters' containment reference list feature.
        Generated:
      • XTEND_ANNOTATION_TARGET__ANNOTATIONS

        static final org.eclipse.emf.ecore.EReference XTEND_ANNOTATION_TARGET__ANNOTATIONS
        The meta object literal for the 'Annotations' containment reference list feature.
        Generated:
      • XTEND_MEMBER__ANNOTATION_INFO

        static final org.eclipse.emf.ecore.EReference XTEND_MEMBER__ANNOTATION_INFO
        The meta object literal for the 'Annotation Info' containment reference feature.
        Generated:
      • XTEND_MEMBER__MODIFIERS

        static final org.eclipse.emf.ecore.EAttribute XTEND_MEMBER__MODIFIERS
        The meta object literal for the 'Modifiers' attribute list feature.
        Generated:
      • XTEND_MEMBER__DECLARING_TYPE

        static final org.eclipse.emf.ecore.EReference XTEND_MEMBER__DECLARING_TYPE
        The meta object literal for the 'Declaring Type' container reference feature.
        Generated:
      • XTEND_FUNCTION__NAME

        static final org.eclipse.emf.ecore.EAttribute XTEND_FUNCTION__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_FUNCTION__RETURN_TYPE

        static final org.eclipse.emf.ecore.EReference XTEND_FUNCTION__RETURN_TYPE
        The meta object literal for the 'Return Type' containment reference feature.
        Generated:
      • XTEND_FUNCTION__CREATE_EXTENSION_INFO

        static final org.eclipse.emf.ecore.EReference XTEND_FUNCTION__CREATE_EXTENSION_INFO
        The meta object literal for the 'Create Extension Info' containment reference feature.
        Generated:
      • XTEND_FIELD__NAME

        static final org.eclipse.emf.ecore.EAttribute XTEND_FIELD__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_FIELD__TYPE

        static final org.eclipse.emf.ecore.EReference XTEND_FIELD__TYPE
        The meta object literal for the 'Type' containment reference feature.
        Generated:
      • XTEND_FIELD__INITIAL_VALUE

        static final org.eclipse.emf.ecore.EReference XTEND_FIELD__INITIAL_VALUE
        The meta object literal for the 'Initial Value' containment reference feature.
        Generated:
      • XTEND_PARAMETER__NAME

        static final org.eclipse.emf.ecore.EAttribute XTEND_PARAMETER__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_PARAMETER__PARAMETER_TYPE

        static final org.eclipse.emf.ecore.EReference XTEND_PARAMETER__PARAMETER_TYPE
        The meta object literal for the 'Parameter Type' containment reference feature.
        Generated:
      • XTEND_PARAMETER__VAR_ARG

        static final org.eclipse.emf.ecore.EAttribute XTEND_PARAMETER__VAR_ARG
        The meta object literal for the 'Var Arg' attribute feature.
        Generated:
      • XTEND_PARAMETER__EXTENSION

        static final org.eclipse.emf.ecore.EAttribute XTEND_PARAMETER__EXTENSION
        The meta object literal for the 'Extension' attribute feature.
        Generated:
      • RICH_STRING_FOR_LOOP__SEPARATOR

        static final org.eclipse.emf.ecore.EReference RICH_STRING_FOR_LOOP__SEPARATOR
        The meta object literal for the 'Separator' containment reference feature.
        Generated:
      • RICH_STRING_FOR_LOOP__BEFORE

        static final org.eclipse.emf.ecore.EReference RICH_STRING_FOR_LOOP__BEFORE
        The meta object literal for the 'Before' containment reference feature.
        Generated:
      • RICH_STRING_FOR_LOOP__AFTER

        static final org.eclipse.emf.ecore.EReference RICH_STRING_FOR_LOOP__AFTER
        The meta object literal for the 'After' containment reference feature.
        Generated:
      • RICH_STRING_IF__IF

        static final org.eclipse.emf.ecore.EReference RICH_STRING_IF__IF
        The meta object literal for the 'If' containment reference feature.
        Generated:
      • RICH_STRING_IF__THEN

        static final org.eclipse.emf.ecore.EReference RICH_STRING_IF__THEN
        The meta object literal for the 'Then' containment reference feature.
        Generated:
      • RICH_STRING_IF__ELSE_IFS

        static final org.eclipse.emf.ecore.EReference RICH_STRING_IF__ELSE_IFS
        The meta object literal for the 'Else Ifs' containment reference list feature.
        Generated:
      • RICH_STRING_IF__ELSE

        static final org.eclipse.emf.ecore.EReference RICH_STRING_IF__ELSE
        The meta object literal for the 'Else' containment reference feature.
        Generated:
      • RICH_STRING_ELSE_IF__IF

        static final org.eclipse.emf.ecore.EReference RICH_STRING_ELSE_IF__IF
        The meta object literal for the 'If' containment reference feature.
        Generated:
      • RICH_STRING_ELSE_IF__THEN

        static final org.eclipse.emf.ecore.EReference RICH_STRING_ELSE_IF__THEN
        The meta object literal for the 'Then' containment reference feature.
        Generated:
      • CREATE_EXTENSION_INFO__CREATE_EXPRESSION

        static final org.eclipse.emf.ecore.EReference CREATE_EXTENSION_INFO__CREATE_EXPRESSION
        The meta object literal for the 'Create Expression' containment reference feature.
        Generated:
      • CREATE_EXTENSION_INFO__NAME

        static final org.eclipse.emf.ecore.EAttribute CREATE_EXTENSION_INFO__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_TYPE_DECLARATION__NAME

        static final org.eclipse.emf.ecore.EAttribute XTEND_TYPE_DECLARATION__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_TYPE_DECLARATION__MEMBERS

        static final org.eclipse.emf.ecore.EReference XTEND_TYPE_DECLARATION__MEMBERS
        The meta object literal for the 'Members' containment reference list feature.
        Generated:
      • XTEND_INTERFACE__EXTENDS

        static final org.eclipse.emf.ecore.EReference XTEND_INTERFACE__EXTENDS
        The meta object literal for the 'Extends' containment reference list feature.
        Generated:
      • XTEND_INTERFACE__TYPE_PARAMETERS

        static final org.eclipse.emf.ecore.EReference XTEND_INTERFACE__TYPE_PARAMETERS
        The meta object literal for the 'Type Parameters' containment reference list feature.
        Generated:
      • XTEND_ENUM_LITERAL__NAME

        static final org.eclipse.emf.ecore.EAttribute XTEND_ENUM_LITERAL__NAME
        The meta object literal for the 'Name' attribute feature.
        Generated:
      • XTEND_VARIABLE_DECLARATION__EXTENSION

        static final org.eclipse.emf.ecore.EAttribute XTEND_VARIABLE_DECLARATION__EXTENSION
        The meta object literal for the 'Extension' attribute feature.
        Generated:
      • XTEND_FORMAL_PARAMETER__EXTENSION

        static final org.eclipse.emf.ecore.EAttribute XTEND_FORMAL_PARAMETER__EXTENSION
        The meta object literal for the 'Extension' attribute feature.
        Generated:
      • XTEND_EXECUTABLE__EXCEPTIONS

        static final org.eclipse.emf.ecore.EReference XTEND_EXECUTABLE__EXCEPTIONS
        The meta object literal for the 'Exceptions' containment reference list feature.
        Generated:
      • XTEND_EXECUTABLE__TYPE_PARAMETERS

        static final org.eclipse.emf.ecore.EReference XTEND_EXECUTABLE__TYPE_PARAMETERS
        The meta object literal for the 'Type Parameters' containment reference list feature.
        Generated:
      • XTEND_EXECUTABLE__EXPRESSION

        static final org.eclipse.emf.ecore.EReference XTEND_EXECUTABLE__EXPRESSION
        The meta object literal for the 'Expression' containment reference feature.
        Generated:
      • XTEND_EXECUTABLE__PARAMETERS

        static final org.eclipse.emf.ecore.EReference XTEND_EXECUTABLE__PARAMETERS
        The meta object literal for the 'Parameters' containment reference list feature.
        Generated:
      • ANONYMOUS_CLASS__CONSTRUCTOR_CALL

        static final org.eclipse.emf.ecore.EReference ANONYMOUS_CLASS__CONSTRUCTOR_CALL
        The meta object literal for the 'Constructor Call' containment reference feature.
        Generated: