Class: LexerKit::DFA::RegexAST::Alternation

Inherits:
Data
  • Object
show all
Defined in:
lib/lexer_kit/dfa/regex_ast.rb

Overview

Alternation (e.g., a|b|c)

Instance Attribute Summary collapse

Instance Attribute Details

#childrenObject (readonly)

Returns the value of attribute children

Returns:

  • (Object)

    the current value of children



30
31
32
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 30

def children
  @children
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



30
31
32
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 30

def meta
  @meta
end