Class SolverAUTO.AutoToken

java.lang.Object
jline.solvers.auto.SolverAUTO.AutoToken
Enclosing class:
SolverAUTO

public static final class SolverAUTO.AutoToken extends Object
A method name split into a selection intent, or a family plus its submethod.
  • Field Details

    • kind

      public final String kind
      "intent" or "family".
    • family

      public final String family
      The intent, when kind is "intent"; the family name otherwise.
    • submethod

      public final String submethod
      The method handed to the family; "default" for a bare family name.