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