blob: 7fdc698b511ef59b8576b2729b0237dd3d6cc058 [file] [log] [blame]
/**********************************************************************
* This file is part of "Object Teams Development Tooling"-Software
*
* Copyright 2006, 2010 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.debug.core.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 = 165;
int LINE_DeactivateMethod = 199;
int LINE_ImplicitActivateMethod = 246;
int LINE_ImplicitDeactivateMethod = 281;
int LINE_FinalizeMethod = 492;
}