org.eclipse.gmt.umlx.eqvtc.cst.unparser
Class EqvtCoreUnparser

java.lang.Object
  extended by org.eclipse.gmt.umlx.cst.unparser.AbstractUnparser
      extended by org.eclipse.gmt.umlx.cst.unparser.UnparserWithReflection<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EOperation,org.eclipse.emf.ecore.EStructuralFeature,org.eclipse.emf.ecore.EEnumLiteral,org.eclipse.emf.ecore.EParameter,org.eclipse.emf.ecore.EObject,org.eclipse.ocl.ecore.CallOperationAction,org.eclipse.ocl.ecore.SendSignalAction,org.eclipse.ocl.ecore.Constraint>
          extended by org.eclipse.gmt.umlx.ocl.cst.unparser.OCLExpressionUnparser
              extended by org.eclipse.gmt.umlx.eqvtc.cst.unparser.QVTcExpressionUnparser
                  extended by org.eclipse.gmt.umlx.eqvtc.cst.unparser.EqvtCoreUnparser

public class EqvtCoreUnparser
extends QVTcExpressionUnparser


Field Summary
 
Fields inherited from class org.eclipse.gmt.umlx.ocl.cst.unparser.OCLExpressionUnparser
ADDITIVE, AT_PRE, CONDITIONAL, DOT_OR_ARROW, IF, IMPLIES, LOGICAL, MULTIPLICATIVE, RELATIONAL, UNARY
 
Constructor Summary
EqvtCoreUnparser(org.eclipse.emf.ecore.resource.Resource resource)
           
 
Method Summary
 void unparse()
           
 
Methods inherited from class org.eclipse.gmt.umlx.cst.unparser.AbstractUnparser
append, appendName, appendQualifiedName, exdent, getBytes, getString, indent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EqvtCoreUnparser

public EqvtCoreUnparser(org.eclipse.emf.ecore.resource.Resource resource)
Method Detail

unparse

public void unparse()
Specified by:
unparse in class org.eclipse.gmt.umlx.cst.unparser.AbstractUnparser