Class: Flexr::Regexp::AST::Star

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



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

def child
  @child
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



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

def loc
  @loc
end