Class: RLSM::RE::EmptyWord
- Inherits:
-
SyntaxNode
- Object
- SyntaxNode
- RLSM::RE::EmptyWord
- Defined in:
- lib/rlsm/regexp_parser.rb
Overview
:nodoc:
Instance Attribute Summary
Attributes inherited from SyntaxNode
Instance Method Summary collapse
-
#initialize(input = nil) ⇒ EmptyWord
constructor
A new instance of EmptyWord.
Methods inherited from SyntaxNode
#<=>, [], #first, #follow, #inspect, #last, #null?, #to_s
Constructor Details
#initialize(input = nil) ⇒ EmptyWord
Returns a new instance of EmptyWord.
321 322 323 |
# File 'lib/rlsm/regexp_parser.rb', line 321 def initialize(input = nil) super '@' end |