public class CollectRecursiveCalls
extends Object
Collect all recursive calls within method
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<Expression> |
collect(MethodNode method)Collects recursive call expressions from the supplied method. |
Collects recursive call expressions from the supplied method.
method - the method to inspect