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