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