Package-level declarations

Types

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs based on a callback.

Link copied to clipboard

Provides a contract for providing instructions for ends of paragraphs.

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs to the start.

Link copied to clipboard
class GoTo(val index: Int) : EndOfParagraphInstruction

An end of paragraph instruction that shifts paragraphs based on an absolute index.

Link copied to clipboard
class Jump(val delta: Int) : EndOfParagraphInstruction

An end of paragraph instruction that shifts paragraphs based on a delta.

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs to the end.

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs to the next paragraph.

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs to the previous paragraph.

Link copied to clipboard

An end of paragraph instruction that repeats.

Link copied to clipboard

An end of paragraph instruction that shifts paragraphs based on a name.