abstract struct Parser::IItem
- Parser::IItem
- Struct
- Value
- Object
Direct Known Subclasses
Defined in:
parser/interfaces.crConstructors
Instance Method Summary
- #body : Array(Node)
- #body_with_dot : Array(Node | Dot)
- #dot : Int32
- #initialize
- #production : Production
- #right_of_dot : Node
- #right_of_dot? : Node | Nil