Interface | Description |
---|---|
CallVisitor |
This visitor is invoked by the
CallResolver whenever new method calls have been resolved
in the code. |
Class | Description |
---|---|
CallResolver |
Collects all method invocations inside the analyzed methods.
|
CallResolver.Builder | |
CallUtil |
Utility methods for call resolution.
|
DominatorCalculator |
Calculate the dominator tree of any method, making it possible to determine which instructions
are guaranteed to be executed before others.
|
Metrics |
Utility to collect statistical information.
|
Enum | Description |
---|---|
Metrics.MetricType |
Constants which are used as metric types.
|