Class: Flexr::Regexp::AST::TrailMark
- Inherits:
-
Struct
- Object
- Struct
- Flexr::Regexp::AST::TrailMark
- Defined in:
- lib/flexr/regexp/ast.rb
Instance Attribute Summary collapse
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#rule_id ⇒ Object
Returns the value of attribute rule_id.
Instance Attribute Details
#loc ⇒ Object
Returns the value of attribute loc
15 16 17 |
# File 'lib/flexr/regexp/ast.rb', line 15 def loc @loc end |
#rule_id ⇒ Object
Returns the value of attribute rule_id
15 16 17 |
# File 'lib/flexr/regexp/ast.rb', line 15 def rule_id @rule_id end |