Class EmfSingleLanguageModel

    • Constructor Detail

      • EmfSingleLanguageModel

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

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