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

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

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

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

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement HeadingElement
 class HeadingElementImpl
          An implementation of the model object 'Heading Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return HeadingElement
 HeadingElement MarkupFactoryImpl.createHeadingElement()
           
 

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

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

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

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