blob: d4366ddf8b8b3bfc379d5bff4497c9d6b15c9aaa [file] [log] [blame]
/**
* <copyright>
*
* 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 v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvto.examples.pivot.qvtoperational.utilities;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.ocl.pivot.internal.utilities.AS2Moniker;
import org.eclipse.qvto.examples.pivot.qvtoperational.util.AbstractQVTOperationalAS2MonikerVisitor;
public class QVTOperationalAS2MonikerVisitor extends AbstractQVTOperationalAS2MonikerVisitor
{
protected QVTOperationalAS2MonikerVisitor(@NonNull AS2Moniker context) {
super(context);
}
}