コード例 #1
0
ファイル: X10ClassDef_c.java プロジェクト: cogumbreiro/x10
 public Ref<TypeConstraint> typeGuard() {
   return new LazyRef_c<TypeConstraint>(Types.parameterBounds(asType()));
 }