Public Methods | |
CallBackRegistry () | |
void | callVInvoke (VirtualInvokeExpr v, FGExpr obj) |
void | regVInvoke (CallBack cb) |
Static Protected Attributes | |
Category | cat |
Private Attributes | |
Vector | vinvokeRegister |
Definition at line 58 of file CallBackRegistry.java.
|
Creates a new Definition at line 76 of file CallBackRegistry.java. |
|
Activation point when a trigger pertaining to virtual method invocation occurs during flow analysis.
Definition at line 88 of file CallBackRegistry.java. |
|
Registers a callback object to be called when a particular method will be invoked.
Definition at line 101 of file CallBackRegistry.java. Referenced by BOFA::analyze().
|
|
Object used to create a category for logging information. Definition at line 70 of file CallBackRegistry.java. |
|
Information of all virtual invocation on which external methods needs to be called is stored as a Vector. Definition at line 64 of file CallBackRegistry.java. |