Primitives

data class Primitives: ChoicePointContext

Fields

Name Description
protected typeName: String
val alternatives: Cursor<Response>
val executionContext: ClassicExecutionContext?
val parent: ChoicePointContext?
val depth: Int

Constructors

<init>

constructor(alternatives: Cursor<Response>, executionContext: ClassicExecutionContext?, parent: ChoicePointContext?, depth: Int)

Parameters

Name Description
alternatives: Cursor<Response>
executionContext: ClassicExecutionContext?
parent: ChoicePointContext?
depth: Int

Methods

toString

fun toString(): String

ReturnValue

Name Description
String

backtrack

fun backtrack(context: ClassicExecutionContext): ClassicExecutionContext

Parameters

Name Description
context: ClassicExecutionContext

ReturnValue

Name Description
ClassicExecutionContext