Пример #1
0
 // TODO externalize whole conversion strategy and use
 // org.eclipse.xtext.xbase.typing.SynonymTypesProvider.isList(JvmTypeReference)
 protected boolean isList(JvmTypeReference type) {
   TypeReferences typeRefs = getTypeReferences();
   return typeRefs.isInstanceOf(type, Iterable.class);
 }