CpeNode

constructor(operator: String? = null, negate: Boolean? = null, cpeMatch: List<CpeMatch> = emptyList(), children: List<CpeNode>? = null)