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

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

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


Constructor Summary
UnparserWithReflection(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.cst.unparser.AbstractUnparser
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

UnparserWithReflection

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