Class: Flexr::Regexp::AST::Alt

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



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

def children
  @children
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



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

def loc
  @loc
end