CpeNode

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard