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

Packages that use MarkupElement
org.eclipse.ocl.examples.xtext.markup   
org.eclipse.ocl.examples.xtext.markup.impl   
org.eclipse.ocl.examples.xtext.markup.util   
org.eclipse.ocl.examples.xtext.markup.validation   
 

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

Subinterfaces of MarkupElement in org.eclipse.ocl.examples.xtext.markup
 interface BulletElement
          A representation of the model object 'Bullet Element'.
 interface CompoundElement
          A representation of the model object 'Compound Element'.
 interface FigureElement
          A representation of the model object 'Fig Element'.
 interface FigureRefElement
          A representation of the model object 'Fig Ref Element'.
 interface FontElement
          A representation of the model object 'Font Element'.
 interface FootnoteElement
          A representation of the model object 'Footnote Element'.
 interface HeadingElement
          A representation of the model object 'Heading Element'.
 interface Markup
          A representation of the model object 'Markup'.
 interface NewLineElement
          A representation of the model object 'New Line Element'.
 interface NullElement
          A representation of the model object 'Null Element'.
 interface OCLCodeElement
          A representation of the model object 'Ocl Code Element'.
 interface OCLEvalElement
          A representation of the model object 'Ocl Eval Element'.
 interface OCLTextElement
          A representation of the model object 'Ocl Text Element'.
 interface TextElement
          A representation of the model object 'Text Element'.
 

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

Methods in org.eclipse.ocl.examples.xtext.markup that return types with arguments of type MarkupElement
 org.eclipse.emf.common.util.EList<MarkupElement> CompoundElement.getElements()
          Returns the value of the 'Elements' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type MarkupElement
protected  void MarkupToTree.appendIndented(MarkupElement object)
           
static java.lang.String MarkupToString.toString(MarkupElement element)
           
static java.lang.String MarkupToTree.toString(MarkupElement element)
           
static java.lang.String MarkupToHTML.toString(MetaModelManager metaModelManager, java.lang.Object context, MarkupElement element)
           
 

Method parameters in org.eclipse.ocl.examples.xtext.markup with type arguments of type MarkupElement
protected  void MarkupToTree.appendIndented(java.lang.Iterable<MarkupElement> objects)
           
static java.lang.String MarkupToString.toString(java.util.List<MarkupElement> elements)
           
 

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement MarkupElement
 class BulletElementImpl
          An implementation of the model object 'Bullet Element'.
 class CompoundElementImpl
          An implementation of the model object 'Compound Element'.
 class FigureElementImpl
          An implementation of the model object 'Fig Element'.
 class FigureRefElementImpl
          An implementation of the model object 'Fig Ref Element'.
 class FontElementImpl
          An implementation of the model object 'Font Element'.
 class FootnoteElementImpl
          An implementation of the model object 'Footnote Element'.
 class HeadingElementImpl
          An implementation of the model object 'Heading Element'.
 class MarkupElementImpl
          An implementation of the model object 'Element'.
 class MarkupImpl
          An implementation of the model object 'Markup'.
 class NewLineElementImpl
          An implementation of the model object 'New Line Element'.
 class NullElementImpl
          An implementation of the model object 'Null Element'.
 class OCLCodeElementImpl
          An implementation of the model object 'Ocl Code Element'.
 class OCLEvalElementImpl
          An implementation of the model object 'Ocl Eval Element'.
 class OCLTextElementImpl
          An implementation of the model object 'Ocl Text Element'.
 class TextElementImpl
          An implementation of the model object 'Text Element'.
 

Fields in org.eclipse.ocl.examples.xtext.markup.impl with type parameters of type MarkupElement
protected  org.eclipse.emf.common.util.EList<MarkupElement> CompoundElementImpl.elements
          The cached value of the 'Elements' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return MarkupElement
 MarkupElement MarkupFactoryImpl.createMarkupElement()
           
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return types with arguments of type MarkupElement
 org.eclipse.emf.common.util.EList<MarkupElement> CompoundElementImpl.getElements()
           
 

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

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

Uses of MarkupElement in org.eclipse.ocl.examples.xtext.markup.validation
 

Method parameters in org.eclipse.ocl.examples.xtext.markup.validation with type arguments of type MarkupElement
 boolean CompoundElementValidator.validateElements(org.eclipse.emf.common.util.EList<MarkupElement> value)