Header menu logo FsLexYacc

KernelTable Type

A mutable table giving an index to each LR(0) kernel. Kernels are referred to only by index.

Constructors

Constructor Description

KernelTable(kernels)

Full Usage: KernelTable(kernels)

Parameters:
Returns: KernelTable
kernels : Set<Item0> list
Returns: KernelTable

Instance members

Instance member Description

this.Index

Full Usage: this.Index

Parameters:
Returns: int
kernel : Set<Item0>
Returns: int

this.Indexes

Full Usage: this.Indexes

Returns: int list
Returns: int list

this.Kernel

Full Usage: this.Kernel

Parameters:
    i : int

Returns: Set<Item0>
i : int
Returns: Set<Item0>

Type something to start searching.