Пример #1
0
 /** Returns true if pkg is the package where the type is defined */
 private boolean isLocal(jast.ast.nodes.Package pkg) {
   return _localType.getPackage().equals(pkg);
 }