Class: Flexr::Regexp::AST::TrailMark

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

Instance Attribute Summary collapse

Instance Attribute Details

#locObject

Returns the value of attribute loc

Returns:

  • (Object)

    the current value of loc



15
16
17
# File 'lib/flexr/regexp/ast.rb', line 15

def loc
  @loc
end

#rule_idObject

Returns the value of attribute rule_id

Returns:

  • (Object)

    the current value of rule_id



15
16
17
# File 'lib/flexr/regexp/ast.rb', line 15

def rule_id
  @rule_id
end