[Groovy] Class TailRecursiveASTTransformation

  • org.codehaus.groovy.transform.tailrec.TailRecursiveASTTransformation

Handles generation of code for the

TailRecursive:
annotation. It's doing its work in the earliest possible compile phase

Property Detail

static final String MY_TYPE_NAME

Method Detail

Map<String, Map> name2VariableMappingFor(MethodNode method)

Map<Integer, Map> position2VariableMappingFor(MethodNode method)

@Override void visit(ASTNode[] nodes, SourceUnit source)

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/transform/tailrec/TailRecursiveASTTransformation.html