blob: 954b1c4a0ebc95c477fe490530e303100c9388bf [file] [log] [blame]
/*******************************************************************************
* <copyright>
*
* </copyright>
*
* This code is auto-generated
* from: org.eclipse.qvto.examples.xtext.imperativeocl/model/ImperativeOCLCS.genmodel
*
* Only the copyright statement is editable.
*******************************************************************************/
package org.eclipse.qvto.examples.xtext.imperativeoclcs.util;
/*
* An AbstractImperativeOCLCSVisitor provides a default implementation of the visitor framework
* but n implementations of the visitXXX methods..
*/
public abstract class AbstractImperativeOCLCSVisitor<R, C>
extends org.eclipse.ocl.xtext.essentialoclcs.util.AbstractEssentialOCLCSVisitor<R, C>
implements ImperativeOCLCSVisitor<R>
{
/**
* Initializes me with an initial value for my result.
*
* @param context my initial result value
*/
protected AbstractImperativeOCLCSVisitor(C context) {
super(context);
}
}