Class: Flexr::Runtime::Match

Inherits:
Struct
  • Object
show all
Defined in:
lib/flexr/runtime/interpreter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_posObject

Returns the value of attribute end_pos

Returns:

  • (Object)

    the current value of end_pos



11
12
13
# File 'lib/flexr/runtime/interpreter.rb', line 11

def end_pos
  @end_pos
end

#ruleObject

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



11
12
13
# File 'lib/flexr/runtime/interpreter.rb', line 11

def rule
  @rule
end

#start_posObject

Returns the value of attribute start_pos

Returns:

  • (Object)

    the current value of start_pos



11
12
13
# File 'lib/flexr/runtime/interpreter.rb', line 11

def start_pos
  @start_pos
end

#total_end_posObject

Returns the value of attribute total_end_pos

Returns:

  • (Object)

    the current value of total_end_pos



11
12
13
# File 'lib/flexr/runtime/interpreter.rb', line 11

def total_end_pos
  @total_end_pos
end