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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return TextElement
 TextElement MarkupFactoryImpl.createTextElement()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type TextElement
protected  void AbstractMarkupSemanticSequencer.sequence_TextElement(org.eclipse.emf.ecore.EObject context, TextElement semanticObject)
          Constraint: ( ( text+=ID | text+=WORD | text+=INT | text+=WS | text+=':' | text+='#' | text+=',' )+ | text+=MarkupKeyword )
 

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

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