コード例 #1
0
 private JSType getEnumPropType(EnumType e, DeclaredTypeRegistry registry) {
   resolveEnum(e, registry);
   return e.getPropType();
 }