Uses of Interface
org.eclipse.ocl.examples.xtext.markup.OCLCodeElement

Packages that use OCLCodeElement
org.eclipse.ocl.examples.xtext.markup   
org.eclipse.ocl.examples.xtext.markup.impl   
org.eclipse.ocl.examples.xtext.markup.serializer   
org.eclipse.ocl.examples.xtext.markup.util   
 

Uses of OCLCodeElement in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return OCLCodeElement
 OCLCodeElement MarkupFactory.createOCLCodeElement()
          Returns a new object of class 'OCL Code Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type OCLCodeElement
 HTMLBuffer MarkupToHTML.caseOCLCodeElement(OCLCodeElement object)
           
 java.lang.StringBuilder MarkupToString.caseOCLCodeElement(OCLCodeElement object)
           
 

Uses of OCLCodeElement in org.eclipse.ocl.examples.xtext.markup.impl
 

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement OCLCodeElement
 class OCLCodeElementImpl
          An implementation of the model object 'Ocl Code Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return OCLCodeElement
 OCLCodeElement MarkupFactoryImpl.createOCLCodeElement()
           
 

Uses of OCLCodeElement in org.eclipse.ocl.examples.xtext.markup.serializer
 

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type OCLCodeElement
protected  void AbstractMarkupSemanticSequencer.sequence_OCLCodeElement(org.eclipse.emf.ecore.EObject context, OCLCodeElement semanticObject)
          Constraint: (elements+=MarkupElement*)
 

Uses of OCLCodeElement in org.eclipse.ocl.examples.xtext.markup.util
 

Methods in org.eclipse.ocl.examples.xtext.markup.util with parameters of type OCLCodeElement
 T MarkupSwitch.caseOCLCodeElement(OCLCodeElement object)
          Returns the result of interpreting the object as an instance of 'OCL Code Element'.