Uses of Class
org.eclipse.ocl.examples.xtext.markup.util.MarkupSwitch

Packages that use MarkupSwitch
org.eclipse.ocl.examples.xtext.markup   
org.eclipse.ocl.examples.xtext.markup.util   
 

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

Subclasses of MarkupSwitch in org.eclipse.ocl.examples.xtext.markup
 class MarkupToHTML
          MarkupToHTML gives an HTML presentation of the markup.
 class MarkupToString
          MarkupToTree gives a printable one line string presentation of the markup for debugging purposes.
 class MarkupToTree
          MarkupToTree gives an indented textual tree presentation of the markup for debugging purposes.
 class MarkupUtils
           
 

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

Fields in org.eclipse.ocl.examples.xtext.markup.util declared as MarkupSwitch
protected  MarkupSwitch<org.eclipse.emf.common.notify.Adapter> MarkupAdapterFactory.modelSwitch
          The switch that delegates to the createXXX methods.