org.eclipse.gmt.umlx.eqvtr.cst.unparser
Class EqvtRelationUnparser

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.eqvtr.cst.unparser.QVTrExpressionUnparser
                  extended by org.eclipse.gmt.umlx.eqvtr.cst.unparser.EqvtRelationUnparser

public class EqvtRelationUnparser
extends QVTrExpressionUnparser


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
EqvtRelationUnparser(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

EqvtRelationUnparser

public EqvtRelationUnparser(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