Package org.aesh.readline.action
Class KeyMappingTrie.MatchResult
java.lang.Object
org.aesh.readline.action.KeyMappingTrie.MatchResult
- Enclosing class:
KeyMappingTrie
Result of a trie match operation.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
action
The matched action (longest match found), or null if no match. -
hasPrefix
public final boolean hasPrefixTrue if the buffer is a prefix of a longer sequence in the trie.
-