Public Methods | |
void | callback (Expr v, Object o) |
CallBack
is the interface through which callbacks will be called from BOFA while analyzing.
Definition at line 52 of file CallBack.java.
|
This method will be invoked when the expression is encountered for which the call back is registered.
Reimplemented in VInvokeCallBack. |