Class: Flexr::Regexp::AST::CodepointRange
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::CodepointRange
- 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
9 10 11 |
# File 'lib/flexr/regexp/ast.rb', line 9 def hi @hi end |
#lo ⇒ Object
Returns the value of attribute lo
9 10 11 |
# File 'lib/flexr/regexp/ast.rb', line 9 def lo @lo end |
#loc ⇒ Object
Returns the value of attribute loc
9 10 11 |
# File 'lib/flexr/regexp/ast.rb', line 9 def loc @loc end |