org.eclipse.ocl.examples.pivot.context
Class ModelContext

java.lang.Object
  extended by org.eclipse.ocl.examples.pivot.context.AbstractParserContext
      extended by org.eclipse.ocl.examples.pivot.context.ModelContext
All Implemented Interfaces:
ParserContext

public class ModelContext
extends AbstractParserContext


Field Summary
 
Fields inherited from class org.eclipse.ocl.examples.pivot.context.AbstractParserContext
metaModelManager, uri
 
Constructor Summary
ModelContext(MetaModelManager metaModelManager, org.eclipse.emf.common.util.URI uri)
           
 
Method Summary
 
Methods inherited from class org.eclipse.ocl.examples.pivot.context.AbstractParserContext
createBaseResource, getClassContext, getExpression, getMetaModelManager, initialize, parse, parse
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelContext

public ModelContext(@NonNull
                    MetaModelManager metaModelManager,
                    @Nullable
                    org.eclipse.emf.common.util.URI uri)