Class: BracketNotation::Terminal
- Inherits:
-
Expression
- Object
- Expression
- BracketNotation::Terminal
- Defined in:
- lib/bracket_notation/expressions/terminal.rb
Overview
This class represents a terminal expression. Terminals are expressions that do not have children – leaf nodes, in other words.
Instance Attribute Summary
Attributes inherited from Expression
Method Summary
Methods inherited from Expression
Constructor Details
This class inherits a constructor from BracketNotation::Expression