示例#1
0
文件: Block.java 项目: ejrh/Whiley
 /** Return the number of bytecodes in this block. */
 public int size() {
   return stmts.size();
 }