org.eclipse.ocl.examples.xtext.base.services
Class CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl

java.lang.Object
  extended by org.eclipse.ocl.examples.xtext.base.services.CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.resource.Resource.Factory
Enclosing class:
CompatibilityGrammarProvider

public static class CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl
extends java.lang.Object
implements org.eclipse.emf.ecore.resource.Resource.Factory

Author:
Moritz Eysholdt - Initial contribution and API

This copy of org.eclipse.xtext.resource.impl.BinaryGrammarResourceFactoryImpl enables binary grammars to be used by an Xtext 2.6 generated editor on Xtext 2.3.1.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.resource.Resource.Factory
org.eclipse.emf.ecore.resource.Resource.Factory.Descriptor, org.eclipse.emf.ecore.resource.Resource.Factory.Registry
 
Field Summary
static CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl INSTANCE
           
 
Constructor Summary
CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl()
           
 
Method Summary
 org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

@NonNull
public static final CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl INSTANCE
Constructor Detail

CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl

public CompatibilityGrammarProvider.BinaryGrammarResourceFactoryImpl()
Method Detail

createResource

public org.eclipse.emf.ecore.resource.Resource createResource(org.eclipse.emf.common.util.URI uri)
Specified by:
createResource in interface org.eclipse.emf.ecore.resource.Resource.Factory