abstract struct CLTK::Parser::Action
- CLTK::Parser::Action
- Struct
- Value
- Object
Overview
The Action class is used to indicate what action the parser should take given a current state and input token.
Direct Known Subclasses
Defined in:
cltk/parser/actions.crConstructors
-
.new(id : Int32)
@param [Integer] id ID of this action.
Instance Method Summary
-
#id : Int32
@return [Integer] ID of this action.