blob: e69f9ddb8f41805c16f32c45e81ec528d55c3c4b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2006, 2008 IBM Corporation and others.
*
* 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
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.cdt.internal.core.dom.lrparser.cpp;
import org.eclipse.cdt.core.dom.lrparser.action.cpp.CPPBuildASTParserAction;
class CPPParserAction {
public CPPBuildASTParserAction builder;
}