Class: Flexr::Regexp::AST::ByteRange
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::ByteRange
- Defined in:
- lib/flexr/regexp/ast.rb
Instance Attribute Summary collapse
-
#hi ⇒ Object
Returns the value of attribute hi.
-
#lo ⇒ Object
Returns the value of attribute lo.
-
#loc ⇒ Object
Returns the value of attribute loc.
Instance Attribute Details
#hi ⇒ Object
Returns the value of attribute hi
8 9 10 |
# File 'lib/flexr/regexp/ast.rb', line 8 def hi @hi end |
#lo ⇒ Object
Returns the value of attribute lo
8 9 10 |
# File 'lib/flexr/regexp/ast.rb', line 8 def lo @lo end |
#loc ⇒ Object
Returns the value of attribute loc
8 9 10 |
# File 'lib/flexr/regexp/ast.rb', line 8 def loc @loc end |