[Groovy] Class TernaryToIfStatementConverter
- org.codehaus.groovy.transform.tailrec.TernaryToIfStatementConverter
 
Since a ternary statement has more than one exit point tail-recursiveness testing cannot be easily done. Therefore this class translates a ternary statement (or Elvis operator) into the equivalent if-else statement.
Methods Summary
| Type Params | Return Type | Name and description | 
|---|---|---|
Statement |  
convert(ReturnStatement statementWithInnerTernaryExpression) |  
Inherited Methods Summary
| Methods inherited from class | Name | 
|---|---|
class Object |  wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |  
Method Detail
@SuppressWarnings('Instanceof') Statement convert(ReturnStatement statementWithInnerTernaryExpression)
    © 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/TernaryToIfStatementConverter.html