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

Packages that use OCLTextElement
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 OCLTextElement in org.eclipse.ocl.examples.xtext.markup
 

Methods in org.eclipse.ocl.examples.xtext.markup that return OCLTextElement
 OCLTextElement MarkupFactory.createOCLTextElement()
          Returns a new object of class 'OCL Text Element'.
 

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

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement OCLTextElement
 class OCLTextElementImpl
          An implementation of the model object 'Ocl Text Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return OCLTextElement
 OCLTextElement MarkupFactoryImpl.createOCLTextElement()
           
 

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

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

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

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