[Groovy] Class CollectRecursiveCalls
- org.codehaus.groovy.transform.tailrec.CollectRecursiveCalls
Collect all recursive calls within method
- Authors:
- Johannes Link
Properties Summary
Type | Name and description |
---|---|
MethodNode |
method |
List<Expression> |
recursiveCalls |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
List<Expression> |
collect(MethodNode method) | |
void |
visitMethodCallExpression(MethodCallExpression call) | |
void |
visitStaticMethodCallExpression(StaticMethodCallExpression call) |
Inherited Methods Summary
Property Detail
MethodNode method
List<Expression> recursiveCalls
Method Detail
List<Expression> collect(MethodNode method)
void visitMethodCallExpression(MethodCallExpression call)
void visitStaticMethodCallExpression(StaticMethodCallExpression call)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/transform/tailrec/CollectRecursiveCalls.html