Skip to main content
summaryrefslogtreecommitdiffstats
blob: 6c845f640375fc95216433df39ea3603d1bd6526 (plain) (blame)
1
2
3
4
5
6
7
8
package org.eclipse.jdt.internal.compiler.ast;

/*
 * (c) Copyright IBM Corp. 2000, 2001.
 * All Rights Reserved.
 */
public class InnerTypeDeclaration extends TypeDeclaration {
}

Back to the top