Class: LexerKit::DFA::RegexAST::Concat
- Inherits:
-
Data
- Object
- Data
- LexerKit::DFA::RegexAST::Concat
- Defined in:
- lib/lexer_kit/dfa/regex_ast.rb
Overview
Concatenation of patterns
Instance Attribute Summary collapse
-
#children ⇒ Object
readonly
Returns the value of attribute children.
-
#meta ⇒ Object
readonly
Returns the value of attribute meta.
Instance Attribute Details
#children ⇒ Object (readonly)
Returns the value of attribute children
27 28 29 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 27 def children @children end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
27 28 29 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 27 def @meta end |