예제 #1
0
파일: Rule.java 프로젝트: damc-dev/byteman
 /**
  * retrieve the name of the file containing this rule
  *
  * @return the name of the file containing this rule
  */
 public String getFile() {
   return ruleScript.getFile();
 }