Rule

class Rule

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val depth: Int
Link copied to clipboard
Link copied to clipboard
var next: Rule?

The next rule in the chain, or null if this is the last rule.

Link copied to clipboard
Link copied to clipboard
val tags: List<Tag>