class Pegasus::Elements::EmptyElement

Overview

The special-case empty (epsilon) element used for follow set computation.

Defined in:

pegasus/elements.cr

Instance Method Summary

Instance Method Detail

def ==(other : EmptyElement) #

[View source]
def ==(other : LookaheadElement) #

[View source]
def hash(hasher) #
Description copied from class Reference

See Object#hash(hasher)


[View source]