コード例 #1
0
ファイル: VitryTree.java プロジェクト: hanshoglund/vitry
 public boolean matchFor(Pattern p) {
   return delegee.matchFor(p);
 }