예제 #1
0
파일: Block.java 프로젝트: ejrh/Whiley
 /** Return the number of bytecodes in this block. */
 public int size() {
   return stmts.size();
 }