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

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

Methods in org.eclipse.ocl.examples.xtext.markup that return FontElement
 FontElement MarkupFactory.createFontElement()
          Returns a new object of class 'Font Element'.
 

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

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement FontElement
 class FontElementImpl
          An implementation of the model object 'Font Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return FontElement
 FontElement MarkupFactoryImpl.createFontElement()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type FontElement
protected  void AbstractMarkupSemanticSequencer.sequence_FontElement(org.eclipse.emf.ecore.EObject context, FontElement semanticObject)
          Constraint: ((font='b' | font='e') elements+=MarkupElement*)
 

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

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