RuntimeRuleTerminalBuilder

class RuntimeRuleTerminalBuilder(rrsb: RuntimeRuleSetBuilder)

Functions

empty
Link copied to clipboard
common
fun empty(ruleThatIsEmpty: RuntimeRule): RuntimeRule
literal
Link copied to clipboard
common
fun literal(value: String): RuntimeRule
fun literal(name: String, value: String): RuntimeRule
pattern
Link copied to clipboard
common
fun pattern(pattern: String): RuntimeRule
fun pattern(name: String, pattern: String): RuntimeRule
skip
Link copied to clipboard
common
fun skip(value: Boolean): RuntimeRuleTerminalBuilder

Properties

rrsb
Link copied to clipboard
common
val rrsb: RuntimeRuleSetBuilder