blob: 5d16f5e19938a27311db9a88b67584b920465dfa [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.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.
*/
public class PivotAS2XMIidVisitor extends AS2XMIidVisitor {
public PivotAS2XMIidVisitor(@NonNull AS2XMIid context) {
super(context);
}
}