コード例 #1
0
ファイル: Block.java プロジェクト: ejrh/Whiley
 /** Return the number of bytecodes in this block. */
 public int size() {
   return stmts.size();
 }