Empty returns true if the compound has zero children, false otherwise.
()
| 36 | |
| 37 | // Empty returns true if the compound has zero children, false otherwise. |
| 38 | Empty() bool |
| 39 | } |
| 40 | |
| 41 | // LogicalOperator represents the operation on a compound statement. |
no outgoing calls
no test coverage detected