Пример #1
0
 protected final String cRcvrDecl(MemberDoc field, String cname) {
   return (field.isStatic() ? "jclass" : "jobject");
 }