1 package polyglot.ext.coffer.types;2 3 import polyglot.types.*;4 import polyglot.visit.*;5 import polyglot.util.*;6 7 public interface Key extends TypeObject8 {9 String name();10 }11