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