Package com.pnfsoftware.jeb.util.interpreter
package com.pnfsoftware.jeb.util.interpreter
Types used to build program interpreters.
-
ClassDescriptionSkeleton for a command handler.Skeleton for a command interpreter.An object representing the result of an autocompletion request.Definition of a command's parameter.An object representing the result of execution of an action, including a type integer (return code) and a message string.Provide the
AutocompletionResult
.Definition of a command handler.Definition of a command interpreter.Definition of a command manager.A command node, either a handler or a manager.An input token used in a command.Interpreter history objects, containing the list of commands previously issued to the interpreter.A basic command manager that may be extended.