#include <stringtriebuilder.h>
Public Member Functions | |
FinalValueNode (int32_t v) | |
virtual UBool | operator== (const Node &other) const |
virtual void | write (StringTrieBuilder &builder) |
Protected Attributes | |
int32_t | value |
Definition at line 254 of file stringtriebuilder.h.