| Class | Description |
|---|---|
| CallReplacementTransformer |
The
CallReplacementTransformer replaces each call to method m1 by a call to method m2. |
| MethodSignature |
Defines a method in a way that can be used to substitute method calls using BCEL.
|
| ReplaceCallAgent |
The replacecall javaagent applies the
CallReplacementTransformer to replace calls in
loaded classes by calls to alternate implementations. |
| ReplacementFileReader |
Provides the methods
ReplacementFileReader.readReplacements(Reader, String) and ReplacementFileReader.readReplacements(Path) that read a replacecall agent replacement file and populate the method
replacement map used by the agent. |