blob: a93a4ea866c4212ad97eb11515fdebc3d8570968 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 Red Hat Inc. and others.
* 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
*
* Contributors:
* Alexander Kurtakov - initial API and implementation
*******************************************************************************/
package org.eclipse.dltk.sh.internal.core.parser;
import org.eclipse.dltk.compiler.IElementRequestor.MethodInfo;
public class FunctionInfo extends MethodInfo {
public int declarationEnd;
}