Package jline.solvers.auto
Class SolverAUTO.AutoToken
java.lang.Object
jline.solvers.auto.SolverAUTO.AutoToken
- Enclosing class:
- SolverAUTO
A method name split into a selection intent, or a family plus its submethod.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
kind
"intent" or "family". -
family
The intent, when kind is "intent"; the family name otherwise. -
submethod
The method handed to the family; "default" for a bare family name.
-