blob: a7c3df2fea45be0341e300279e0a39fce98c67e8 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2001, 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: Statement.java,v $
* $Revision: 1.2.4.1 $ $Date: 2004/06/24 18:17:06 $
*/
package org.eclipse.jem.java;
/**
* @generated
*/
public interface Statement extends Block {
}