blob: 0ce4783758755b2186347605c268db120f9a7a47 [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2006, 2014 Fraunhofer Gesellschaft, Munich, Germany,
* for its Fraunhofer Institute for Computer Architecture and Software
* Technology (FIRST), Berlin, Germany and Technical University Berlin,
* Germany.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* 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.debug.internal.breakpoints;
/**
* Do not edit: This interface is auto-generated from org/objectteams/Team.java
* using scripts/genIOOTBreakPoints.sh
*
* Purpose: make specific line numbers of Team.java available for the debugger.
*/
public interface IOOTBreakPoints
{
int LINE_TeamConstructor = 63;
int LINE_ConfinedGetTeam = 94;
int LINE_ActivateMethod = 166;
int LINE_DeactivateMethod = 197;
int LINE_ImplicitActivateMethod = 244;
int LINE_ImplicitDeactivateMethod = 279;
int LINE_FinalizeMethod = 494;
}