blob: 958f5ba170f63d485cc5f79f74799f99de58833b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2013 E.D.Willink and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*******************************************************************************/
/**
*
*
* This code is auto-generated
* from: model/CompleteOCLCST.genmodel
* by: org.eclipse.ocl.examples.build.acceleo.GenerateVisitor
* defined by: org.eclipse.ocl.examples.build.acceleo.generateVisitors.mtl
* invoked by: org.eclipse.ocl.examples.build.utilities.*
* from: org.eclipse.ocl.examples.build.*.mwe2
*
* Do not edit it.
*
* $Id$
*/
package org.eclipse.ocl.examples.xtext.completeocl.util;
import org.eclipse.jdt.annotation.NonNull;
/**
*/
public abstract class AbstractCompleteOCLCSVisitor<R, C>
extends org.eclipse.ocl.examples.xtext.essentialocl.util.AbstractEssentialOCLCSVisitor<R, C>
implements CompleteOCLCSVisitor<R>
{
/**
* Initializes me with an initial value for my result.
*
* @param context my initial result value
*/
protected AbstractCompleteOCLCSVisitor(@NonNull C context) {
super(context);
}
}