Class: Flexr::Regexp::AST::Seq

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

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



10
11
12
# File 'lib/flexr/regexp/ast.rb', line 10

def children
  @children
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



10
11
12
# File 'lib/flexr/regexp/ast.rb', line 10

def loc
  @loc
end