Class: LexerKit::Trie::NodeEntry

Inherits:
Struct
  • Object
show all
Defined in:
lib/lexer_kit/trie.rb

Instance Attribute Summary collapse

Instance Attribute Details

#action_refObject

Returns the value of attribute action_ref

Returns:

  • (Object)

    the current value of action_ref



46
47
48
# File 'lib/lexer_kit/trie.rb', line 46

def action_ref
  @action_ref
end

#edge_countObject

Returns the value of attribute edge_count

Returns:

  • (Object)

    the current value of edge_count



46
47
48
# File 'lib/lexer_kit/trie.rb', line 46

def edge_count
  @edge_count
end

#edge_startObject

Returns the value of attribute edge_start

Returns:

  • (Object)

    the current value of edge_start



46
47
48
# File 'lib/lexer_kit/trie.rb', line 46

def edge_start
  @edge_start
end

#orderObject

Returns the value of attribute order

Returns:

  • (Object)

    the current value of order



46
47
48
# File 'lib/lexer_kit/trie.rb', line 46

def order
  @order
end