Class: LexerKit::DFA::RegexAST::Alternation
- Inherits:
-
Data
- Object
- Data
- LexerKit::DFA::RegexAST::Alternation
- Defined in:
- lib/lexer_kit/dfa/regex_ast.rb
Overview
Alternation (e.g., a|b|c)
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
30 31 32 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 30 def children @children end |
#meta ⇒ Object (readonly)
Returns the value of attribute meta
30 31 32 |
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 30 def @meta end |