Class: Flexr::Regexp::AST::Repeat

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/regexp/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#childObject

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



13
14
15
# File 'lib/flexr/regexp/ast.rb', line 13

def child
  @child
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



13
14
15
# File 'lib/flexr/regexp/ast.rb', line 13

def loc
  @loc
end

#maximumObject

Returns the value of attribute maximum

Returns:

  • (Object)

    the current value of maximum



13
14
15
# File 'lib/flexr/regexp/ast.rb', line 13

def maximum
  @maximum
end

#minimumObject

Returns the value of attribute minimum

Returns:

  • (Object)

    the current value of minimum



13
14
15
# File 'lib/flexr/regexp/ast.rb', line 13

def minimum
  @minimum
end