* <!-- end-user-doc -->
* @generated
*/
public EList getM_simple_declarator() {
if (m_simple_declarator == null) {
m_simple_declarator = new EObjectContainmentEList(SimpleDeclaratorAst.class, this, QvtAstPackage.MULTI_DECLARATOR_VSEP_AST__MSIMPLE_DECLARATOR);
}
return m_simple_declarator;
}