コード例 #1
0
ファイル: WildcardType.java プロジェクト: bugvm/bugvm
 private boolean subtype_compute(TypeDecl type) {
   return type.supertypeWildcard(this);
 }