Class: Rsec::Binary
- Inherits:
-
Struct
- Object
- Struct
- Rsec::Binary
- Includes:
- Parser
- Defined in:
- lib/rsec/parser.rb,
lib/rsec/parser.rb
Overview
parsers with 2 params base
Direct Known Subclasses
Fail, Join, JoinEven, JoinOdd, LookAhead, Map, NegativeLookAhead, PDouble, PInt
Instance Attribute Summary collapse
-
#left ⇒ Object
Returns the value of attribute left.
-
#right ⇒ Object
Returns the value of attribute right.
Attributes included from Parser
Method Summary
Methods included from Parser
#&, #*, #<<, #>>, #^, #cached, #eof, #fail, #inspect, #join, #map, #maybe, #parse, #parse!, #star, #|
Instance Attribute Details
#left ⇒ Object
Returns the value of attribute left
47 48 49 |
# File 'lib/rsec/parser.rb', line 47 def left @left end |
#right ⇒ Object
Returns the value of attribute right
47 48 49 |
# File 'lib/rsec/parser.rb', line 47 def right @right end |