Class: Flexr::Regexp::AST::CodepointRange

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

Instance Attribute Summary collapse

Instance Attribute Details

#hiObject

Returns the value of attribute hi

Returns:

  • (Object)

    the current value of hi



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

def hi
  @hi
end

#loObject

Returns the value of attribute lo

Returns:

  • (Object)

    the current value of lo



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

def lo
  @lo
end

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



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

def loc
  @loc
end