Package-level declarations

Types

Link copied to clipboard

One of the seven ISO Prolog operator specifiers.

Link copied to clipboard
enum Fixity : Enum<Fixity>

Position of an operator relative to its operand or operands.

Link copied to clipboard

Mutable operator lookup intended for clause-by-clause parse sessions.

Link copied to clipboard

Priority relation imposed on one operand by a Prolog operator specifier.

Link copied to clipboard
data class OperatorDefinition(val name: String, val specifier: Associativity, val priority: Int)

Declares one Prolog operator name, specifier, and priority.

Link copied to clipboard
interface OperatorTable

Read-only lookup of runtime Prolog operator definitions.

Link copied to clipboard

Factory methods for immutable and mutable OperatorTable instances.