class DEBUGGER__::AbbrevCommand::TrieNode

def append c, type

def append c, type
  trie = (@children[c] ||= TrieNode.new)
  trie.add_type type
end