コード例 #1
0
ファイル: CondExprNode.java プロジェクト: JianpingZeng/cbc
 public Type type() {
   return thenExpr.type();
 }