KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > polyglot > ext > coffer > types > CofferSubstType


1 package polyglot.ext.coffer.types;
2
3 import polyglot.ext.param.types.*;
4 import java.util.List JavaDoc;
5
6 public interface CofferSubstType extends CofferClassType, SubstType {
7 }
8
Popular Tags