blob: 0f2483e924c829363b060ff27fa5dccea5f2e656 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 2018 Willink Transformations, University of York 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:
* Adolfo Sanchez-Barbudo Herrera (University of York)
*******************************************************************************/
package org.eclipse.ocl.pivot.utilities;
import org.eclipse.jdt.annotation.NonNull;
import org.eclipse.ocl.pivot.internal.utilities.AS2XMIid;
/**
* @since 1.1
* @noextend This class is not intended to be subclassed by clients. It is part of the hierarchy for auto-generated visitors.
*/
@SuppressWarnings("deprecation")
public class PivotAS2XMIidVisitor extends AS2XMIidVisitor {
public PivotAS2XMIidVisitor(@NonNull AS2XMIid context) {
super(context);
}
}