data class Primitives: ChoicePointContext
Fields
Name | Description |
---|---|
protected typeName: String
|
|
val alternatives: Cursor
|
|
val executionContext: ClassicExecutionContext?
|
|
val parent: ChoicePointContext?
|
|
val depth: Int
|
Constructors
<init>
constructor(alternatives: Cursor
Parameters
Name | Description |
---|---|
alternatives: Cursor
|
|
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
|