Class: Flexr::Regexp::AST::CharClass
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::CharClass
- Defined in:
- lib/flexr/regexp/ast.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#negated ⇒ Object
Returns the value of attribute negated.
-
#ranges ⇒ Object
Returns the value of attribute ranges.
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
16 17 18 |
# File 'lib/flexr/regexp/ast.rb', line 16 def loc @loc end |
#negated ⇒ Object
Returns the value of attribute negated
16 17 18 |
# File 'lib/flexr/regexp/ast.rb', line 16 def negated @negated end |
#ranges ⇒ Object
Returns the value of attribute ranges
16 17 18 |
# File 'lib/flexr/regexp/ast.rb', line 16 def ranges @ranges end |