blob: ce7a22ebed93e5fb0295619449f7f70f599ef3c1 [file] [log] [blame]
package org.eclipse.jdt.internal.compiler.parser;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
import org.eclipse.jdt.internal.compiler.impl.*;
import org.eclipse.jdt.internal.compiler.ast.*;
import org.eclipse.jdt.internal.compiler.util.*;
public class SourceConstructorDeclaration extends ConstructorDeclaration {
public int selectorSourceEnd;
}