Package org.eclipse.emf.ecore.util

Examples of org.eclipse.emf.ecore.util.EObjectContainmentEList


   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_moduleref() {
    if (m_moduleref == null) {
      m_moduleref = new EObjectContainmentEList(ModulerefAst.class, this, QvtAstPackage.MODULE_USAGE_AST__MMODULEREF);
    }
    return m_moduleref;
  }
View Full Code Here


   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_class_feature() {
    if (m_class_feature == null) {
      m_class_feature = new EObjectContainmentEList(ClassFeatureAst.class, this, QvtAstPackage.CLASS_FEATURE_LIST_AST__MCLASS_FEATURE);
    }
    return m_class_feature;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_param() {
    if (m_param == null) {
      m_param = new EObjectContainmentEList(ParamAst.class, this, QvtAstPackage.COMPLETE_SIGNATURE_AST__MPARAM);
    }
    return m_param;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_declarator() {
    if (m_declarator == null) {
      m_declarator = new EObjectContainmentEList(DeclaratorAst.class, this, QvtAstPackage.ITERATE_EXP_AST__MDECLARATOR);
    }
    return m_declarator;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_qualifier() {
    if (m_qualifier == null) {
      m_qualifier = new EObjectContainmentEList(QualifierAst.class, this, QvtAstPackage.TRANSFORMATION_HEADER_AST__MQUALIFIER);
    }
    return m_qualifier;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_expression() {
    if (m_expression == null) {
      m_expression = new EObjectContainmentEList(ExpressionAst.class, this, QvtAstPackage.EXPRESSION_LIST_AST__MEXPRESSION);
    }
    return m_expression;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_expression() {
    if (m_expression == null) {
      m_expression = new EObjectContainmentEList(ExpressionAst.class, this, QvtAstPackage.LITERAL_COLLECTION_AST__MEXPRESSION);
    }
    return m_expression;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_arg() {
    if (m_arg == null) {
      m_arg = new EObjectContainmentEList(ExpressionAst.class, this, QvtAstPackage.RAISE_EXP_AST__MARG);
    }
    return m_arg;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_elif_part() {
    if (m_elif_part == null) {
      m_elif_part = new EObjectContainmentEList(ElifPartAst.class, this, QvtAstPackage.IF_EXP_AST__MELIF_PART);
    }
    return m_elif_part;
  }
View Full Code Here

   * <!-- end-user-doc -->
   * @generated
   */
  public EList getM_param() {
    if (m_param == null) {
      m_param = new EObjectContainmentEList(ParamAst.class, this, QvtAstPackage.SIMPLE_SIGNATURE_AST__MPARAM);
    }
    return m_param;
  }
View Full Code Here

TOP

Related Classes of org.eclipse.emf.ecore.util.EObjectContainmentEList

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.