blob: b73ff6ffd2dc0a1a21d2c7aa4336ab2cd7d7d8f4 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005, 2008 IBM Corporation and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.dltk.ast.parser;
@Deprecated
public interface ISourceParserConstants {
public static final int DEFAULT = 0;
public static final int RUNTIME_MODEL = 1;
}