org.eclipse.gmt.umlx.eqvtr.cst.unparser
Class OCLExpressionUnparser<C,O,P,EL,PM,S,COA,SSA,CT>

java.lang.Object
  extended by org.eclipse.gmt.umlx.eqvtr.cst.unparser.Unparser<C,O,P,EL,PM,S,COA,SSA,CT>
      extended by org.eclipse.gmt.umlx.eqvtr.cst.unparser.OCLExpressionUnparser<C,O,P,EL,PM,S,COA,SSA,CT>
Direct Known Subclasses:
QVTrExpressionUnparser

public abstract class OCLExpressionUnparser<C,O,P,EL,PM,S,COA,SSA,CT>
extends Unparser<C,O,P,EL,PM,S,COA,SSA,CT>


Constructor Summary
OCLExpressionUnparser(org.eclipse.emf.ecore.resource.Resource resource, org.eclipse.ocl.utilities.UMLReflection<?,C,O,P,EL,PM,S,COA,SSA,CT> uml)
           
 
Method Summary
 
Methods inherited from class org.eclipse.gmt.umlx.eqvtr.cst.unparser.Unparser
append, appendName, appendQualifiedName, exdent, getBytes, getString, indent, unparse
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OCLExpressionUnparser

public OCLExpressionUnparser(org.eclipse.emf.ecore.resource.Resource resource,
                             org.eclipse.ocl.utilities.UMLReflection<?,C,O,P,EL,PM,S,COA,SSA,CT> uml)