コード例 #1
0
ファイル: InheritanceAnalyzer.java プロジェクト: Wattos/JArt
 /** 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);
 }