Home | History | Annotate | Download | only in bound

Lines Matching defs:type

20 import com.google.turbine.type.Type;
25 private final Type type;
27 public ClassValue(Type type) {
28 this.type = type;
33 return String.format("%s.class", type);
42 public Type type() {
43 return type;