Class: LexerKit::Trie::NodeEntry
- Inherits:
-
Struct
- Object
- Struct
- LexerKit::Trie::NodeEntry
- Defined in:
- lib/lexer_kit/trie.rb
Instance Attribute Summary collapse
-
#action_ref ⇒ Object
Returns the value of attribute action_ref.
-
#edge_count ⇒ Object
Returns the value of attribute edge_count.
-
#edge_start ⇒ Object
Returns the value of attribute edge_start.
-
#order ⇒ Object
Returns the value of attribute order.
Instance Attribute Details
#action_ref ⇒ Object
Returns the value of attribute action_ref
46 47 48 |
# File 'lib/lexer_kit/trie.rb', line 46 def action_ref @action_ref end |
#edge_count ⇒ Object
Returns the value of attribute edge_count
46 47 48 |
# File 'lib/lexer_kit/trie.rb', line 46 def edge_count @edge_count end |
#edge_start ⇒ Object
Returns the value of attribute edge_start
46 47 48 |
# File 'lib/lexer_kit/trie.rb', line 46 def edge_start @edge_start end |
#order ⇒ Object
Returns the value of attribute order
46 47 48 |
# File 'lib/lexer_kit/trie.rb', line 46 def order @order end |