struct CLTK::Parser::GoTo

Overview

The GoTo class indicates to the parser that it should goto the state specified by GoTo.id.

Defined in:

cltk/parser/actions.cr

Instance Method Summary

Instance methods inherited from struct CLTK::Parser::Action

id : Int32 id

Constructor methods inherited from struct CLTK::Parser::Action

new(id : Int32) new

Instance methods inherited from class Object

in?(collection : Array | Set) in?

Instance Method Detail

def to_s #

@return [String] String representation of this action.


[View source]