class

Lrama::Counterexamples::Triple

Inherits Reference < Object

Constructors

new(state_item : StateItem, precise_lookahead_set : Bitmap::Bitmap)
Source

Instance methods

inspect

Returns an unambiguous and information-rich string representation of this object, typically intended for developers.

This method should usually not be overridden. It delegates to #inspect(IO) which can be overridden for custom implementations.

Also see #to_s.

Source
item
Source
precise_lookahead_set
Source
state
Source
state_item
Source
to_s

Returns a nicely readable and concise string representation of this object, typically intended for users.

This method should usually not be overridden. It delegates to #to_s(IO) which can be overridden for custom implementations.

Also see #inspect.

Source