Class: Flexr::Automaton::Region

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/automaton/accel.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes

Returns:

  • (Object)

    the current value of bytes



5
6
7
# File 'lib/flexr/automaton/accel.rb', line 5

def bytes
  @bytes
end

#regexpObject

Returns the value of attribute regexp

Returns:

  • (Object)

    the current value of regexp



5
6
7
# File 'lib/flexr/automaton/accel.rb', line 5

def regexp
  @regexp
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



5
6
7
# File 'lib/flexr/automaton/accel.rb', line 5

def state
  @state
end

#utf8_regexpObject

Returns the value of attribute utf8_regexp

Returns:

  • (Object)

    the current value of utf8_regexp



5
6
7
# File 'lib/flexr/automaton/accel.rb', line 5

def utf8_regexp
  @utf8_regexp
end