예제 #1
0
파일: Rule.java 프로젝트: damc-dev/byteman
 /**
  * retrieve the start line for the rule
  *
  * @return the start line for the rule
  */
 public int getLine() {
   return ruleScript.getLine();
 }