RuntimeRuleExtender

class RuntimeRuleExtender(rrsb: RuntimeRuleSetBuilder, rule: RuntimeRule)

Functions

choice
Link copied to clipboard
common
fun choice(choiceKind: RuntimeRuleChoiceKind, vararg items: RuntimeRule)
concatenation
Link copied to clipboard
common
fun concatenation(vararg items: RuntimeRule)
multi
Link copied to clipboard
common
fun multi(min: Int, max: Int, item: RuntimeRule)
sList
Link copied to clipboard
common
fun sList(min: Int, max: Int, separator: RuntimeRule, item: RuntimeRule)

Properties

rrsb
Link copied to clipboard
common
val rrsb: RuntimeRuleSetBuilder
rule
Link copied to clipboard
common
val rule: RuntimeRule