throw new RuntimeException("Not implemented: " + getClass().getName() + ".getEnclosingJoinPoint()");
}
public Method getMethod() {
if (method == null) {
VM_Method m = VM_FieldReference.getMemberRef(methodId).asMethodReference().resolve();
method = java.lang.reflect.JikesRVMSupport.createMethod(m);
}
return method;
}