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

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

public class PropertyContext
extends ClassContext

PropertyContext supports parsing OCL expressions in the context of a Property.


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

Constructor Detail

PropertyContext

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