1 package polyglot.ext.coffer.types;2 3 import polyglot.types.*;4 import java.util.*;5 6 /** Coffer constructor instance. 7 */8 public interface CofferConstructorInstance extends ConstructorInstance, CofferProcedureInstance9 {10 }11