1 package polyglot.ext.coffer.types;2 3 import polyglot.types.*;4 import polyglot.ext.param.types.*;5 6 public interface CofferParsedClassType extends CofferClassType, ParsedClassType {7 void setKey(Key key);8 void setInstantiatedFrom(PClass pc);9 }10