Ejemplo n.º 1
0
 protected boolean is(Type type, String typeName) {
   return typeSystem.isSame(type, typeSystem.getType(typeName));
 }