blob: 6cb3c75ec070324dbf3127e4ca284ed006aed13a [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2006 Fraunhofer Gesellschaft, Munich, Germany,
* for its Fraunhofer Institute for Computer Architecture and Software
* Technology (FIRST), Berlin, Germany and Technical University Berlin,
* Germany.
*
* 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
* $Id: $
*
* Please visit http://www.eclipse.org/objectteams for updates and contact.
*
* Contributors:
* Fraunhofer FIRST - Initial API and implementation
* Technical University Berlin - Initial API and implementation
**********************************************************************/
package org.eclipse.objectteams.otdt.internal.core.compiler.smap;
import org.eclipse.objectteams.otdt.core.compiler.ISMAPConstants;
public class StepOverSourcePosition extends SourcePosition implements ISMAPConstants
{
public StepOverSourcePosition()
{
super(STEP_OVER_SOURCEPOSITION_START, STEP_OVER_SOURCEPOSITION_END, STEP_OVER_SOURCEPOSITION);
}
}