Struct perplex::item_set::ItemSets[][src]

pub struct ItemSets(_);

All item sets of a grammar.

Methods

impl ItemSets
[src]

Create a new list of item sets.

Compute the item sets for a grammar.

Get the item sets in the grammar.

Get a pretty printer for this item set.

Compress all item sets.

Trait Implementations

impl Debug for ItemSets
[src]

Formats the value using the given formatter. Read more

impl Clone for ItemSets
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ItemSets
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ItemSets
[src]

impl Hash for ItemSets
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Index<ItemSetId> for ItemSets
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl IndexMut<ItemSetId> for ItemSets
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl Send for ItemSets

impl Sync for ItemSets