RuleGroupNotStatement

data class RuleGroupNotStatement(val statement: RuleGroupStatement)

Constructors

Link copied to clipboard
constructor(statement: RuleGroupStatement)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The statement to negate. You can use any statement that can be nested.