Class: LexerKit::DFA::RegexAST::Group
- Inherits:
-
Data
- Object
- Data
- LexerKit::DFA::RegexAST::Group
- Defined in:
- lib/lexer_kit/dfa/regex_ast.rb
Overview
Grouping (capturing or non-capturing)
Instance Attribute Summary collapse
-
#child ⇒ Object
readonly
Returns the value of attribute child.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#child ⇒ Object (readonly)
Returns the value of attribute child
37 38 39 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 37 def child @child end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
37 38 39 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 37 def @meta end |