condition returns the condition associated with the output.
()
| 413 | |
| 414 | // condition returns the condition associated with the output. |
| 415 | condition() ast.Expr |
| 416 | |
| 417 | // isConditional returns true if the condition expression is not trivially true. |
| 418 | isConditional() bool |