Choice Point Context
Types
Link copied to clipboard
data class Primitives( val alternatives: <ERROR CLASS><out <ERROR CLASS>>, val executionContext: ClassicExecutionContext?, val parent: ChoicePointContext?, val depth: Int) : ChoicePointContext
Content copied to clipboard
Link copied to clipboard
data class Rules( val alternatives: <ERROR CLASS><out <ERROR CLASS>>, val executionContext: ClassicExecutionContext?, val parent: ChoicePointContext?, val depth: Int) : ChoicePointContext
Content copied to clipboard
Functions
Link copied to clipboard
abstract fun backtrack(context: ClassicExecutionContext): ClassicExecutionContext
Content copied to clipboard
Properties
Inheritors
Extensions
Link copied to clipboard
fun ChoicePointContext?.appendPrimitives(alternatives: <ERROR CLASS><out <ERROR CLASS>>, executionContext: ClassicExecutionContext? = null): ChoicePointContext
Content copied to clipboard
Link copied to clipboard
fun ChoicePointContext?.appendRules(alternatives: <ERROR CLASS><out <ERROR CLASS>>, executionContext: ClassicExecutionContext? = null): ChoicePointContext
Content copied to clipboard
Link copied to clipboard