コード例 #1
0
ファイル: UnaryDerivation.java プロジェクト: jthaine/daikon
 public int derivedDepth() {
   return 1 + base.derivedDepth();
 }