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

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

Methods in org.eclipse.ocl.examples.xtext.markup that return NewLineElement
 NewLineElement MarkupFactory.createNewLineElement()
          Returns a new object of class 'New Line Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup with parameters of type NewLineElement
 HTMLBuffer MarkupToHTML.caseNewLineElement(NewLineElement object)
           
 java.lang.StringBuilder MarkupToString.caseNewLineElement(NewLineElement object)
           
 java.lang.StringBuilder MarkupToTree.caseNewLineElement(NewLineElement object)
           
static int MarkupUtils.getNewlineCount(NewLineElement element)
           
 

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

Classes in org.eclipse.ocl.examples.xtext.markup.impl that implement NewLineElement
 class NewLineElementImpl
          An implementation of the model object 'New Line Element'.
 

Methods in org.eclipse.ocl.examples.xtext.markup.impl that return NewLineElement
 NewLineElement MarkupFactoryImpl.createNewLineElement()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.markup.serializer with parameters of type NewLineElement
protected  void AbstractMarkupSemanticSequencer.sequence_NewLineElement(org.eclipse.emf.ecore.EObject context, NewLineElement semanticObject)
          Constraint: text=NL
 

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

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