Class KeyMappingTrie.MatchResult
java.lang.Object
org.aesh.readline.action.KeyMappingTrie.MatchResult
- Enclosing class:
KeyMappingTrie
Result of a trie match operation.
- Author:
- Ståle W. Pedersen
-
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.
-