class RecursivenessTester extends Object
Test if a method call is recursive if called within a given method node. Handles static calls as well. Currently known simplifications:
| Constructor and description | 
|---|
                                RecursivenessTester
                                () | 
                        
| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            boolean | 
                            isRecursive(Object params) | 
                        
 | 
                            boolean | 
                            isRecursive(MethodNode method, MethodCallExpression call) | 
                        
 | 
                            boolean | 
                            isRecursive(MethodNode method, StaticMethodCallExpression call) | 
                        
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.