Class: LexerKit::DFA::RegexAST::Group

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

Overview

Grouping (capturing or non-capturing)

Instance Attribute Summary collapse

Instance Attribute Details

#childObject (readonly)

Returns the value of attribute child

Returns:

  • (Object)

    the current value of child



37
38
39
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 37

def child
  @child
end

#metaObject (readonly)

Returns the value of attribute meta

Returns:

  • (Object)

    the current value of meta



37
38
39
# File 'lib/lexer_kit/dfa/regex_ast.rb', line 37

def meta
  @meta
end