Class: Flexr::Regexp::AST::Repeat
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::Repeat
- 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.
-
#maximum ⇒ Object
Returns the value of attribute maximum.
-
#minimum ⇒ Object
Returns the value of attribute minimum.
Instance Attribute Details
#child ⇒ Object
Returns the value of attribute child
13 14 15 |
# File 'lib/flexr/regexp/ast.rb', line 13 def child @child end |
#loc ⇒ Object
Returns the value of attribute loc
13 14 15 |
# File 'lib/flexr/regexp/ast.rb', line 13 def loc @loc end |
#maximum ⇒ Object
Returns the value of attribute maximum
13 14 15 |
# File 'lib/flexr/regexp/ast.rb', line 13 def maximum @maximum end |
#minimum ⇒ Object
Returns the value of attribute minimum
13 14 15 |
# File 'lib/flexr/regexp/ast.rb', line 13 def minimum @minimum end |