Class KeyMappingTrie.MatchResult

java.lang.Object
org.aesh.readline.action.KeyMappingTrie.MatchResult
Enclosing class:
KeyMappingTrie

public static class KeyMappingTrie.MatchResult extends Object
Result of a trie match operation.
Author:
Ståle W. Pedersen
  • Field Details

    • action

      public final KeyAction action
      The matched action (longest match found), or null if no match.
    • hasPrefix

      public final boolean hasPrefix
      True if the buffer is a prefix of a longer sequence in the trie.