Class: Flexr::Regexp::AST::Star
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::Star
- Defined in:
- lib/flexr/regexp/ast.rb
Instance Attribute Summary collapse
-
#child ⇒ Object
Returns the value of attribute child.
-
#loc ⇒ Object
Returns the value of attribute loc.
Instance Attribute Details
#child ⇒ Object
Returns the value of attribute child
12 13 14 |
# File 'lib/flexr/regexp/ast.rb', line 12 def child @child end |
#loc ⇒ Object
Returns the value of attribute loc
12 13 14 |
# File 'lib/flexr/regexp/ast.rb', line 12 def loc @loc end |