Class EmfMultilanguageModel

    • Constructor Detail

      • EmfMultilanguageModel

        public EmfMultilanguageModel​(org.eclipse.emf.ecore.EObject object,
                                     org.eclipse.emf.ecore.EStructuralFeature feature,
                                     IV8Project v8project,
                                     IEditingLanguageManager languageManager)
        Creates a new model.
        Parameters:
        v8project - the V8 project, cannot be null
        object - the object, cannot be null
        feature - the feature, cannot be null
      • EmfMultilanguageModel

        public EmfMultilanguageModel​(org.eclipse.emf.ecore.EObject object,
                                     org.eclipse.emf.ecore.EStructuralFeature feature,
                                     IV8Project v8project,
                                     IEditingLanguageManager languageManager,
                                     boolean editable)
        Creates a new model.
        Parameters:
        v8project - the V8 project, cannot be null
        object - the object, cannot be null
        feature - the feature, cannot be null
        editable - the editable flag.