KickJava   Java API By Example, From Geeks To Geeks.

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


1 package polyglot.ext.coffer.types;
2
3 import polyglot.types.*;
4 import polyglot.ext.param.types.*;
5
6 public interface CofferClassType extends ClassType, InstType {
7     Key key();
8 }
9
Popular Tags