agl-processor
/
net.akehurst.language.agl.runtime.structure
/
RuntimeRuleExtender
common
Runtime
Rule
Extender
class
RuntimeRuleExtender
(rrsb:
RuntimeRuleSetBuilder
, rule:
RuntimeRule
)
Content copied to clipboard
Functions
Properties
Functions
choice
Link copied to clipboard
common
fun
choice
(choiceKind:
RuntimeRuleChoiceKind
, vararg items:
RuntimeRule
)
Content copied to clipboard
concatenation
Link copied to clipboard
common
fun
concatenation
(vararg items:
RuntimeRule
)
Content copied to clipboard
multi
Link copied to clipboard
common
fun
multi
(min:
Int
, max:
Int
, item:
RuntimeRule
)
Content copied to clipboard
sList
Link copied to clipboard
common
fun
sList
(min:
Int
, max:
Int
, separator:
RuntimeRule
, item:
RuntimeRule
)
Content copied to clipboard
Properties
rrsb
Link copied to clipboard
common
val
rrsb
:
RuntimeRuleSetBuilder
Content copied to clipboard
rule
Link copied to clipboard
common
val
rule
:
RuntimeRule
Content copied to clipboard