Uses of Enum Class
org.ek9lang.cli.ReplSession.InputResult
Packages that use ReplSession.InputResult
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of ReplSession.InputResult in org.ek9lang.cli
Subclasses with type arguments of type ReplSession.InputResult in org.ek9lang.cliModifier and TypeClassDescriptionstatic enumResult of processing a single line of input.Methods in org.ek9lang.cli that return ReplSession.InputResultModifier and TypeMethodDescriptionReplSession.processInput(String input) Process a line of user input.MetaCommandHandler.CommandResult.result()Returns the value of theresultrecord component.static ReplSession.InputResultReturns the enum constant of this class with the specified name.static ReplSession.InputResult[]ReplSession.InputResult.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ek9lang.cli with parameters of type ReplSession.InputResultModifier and TypeMethodDescriptionMetaCommandHandler.CommandResult.of(ReplSession.InputResult result) MetaCommandHandler.CommandResult.withMessage(ReplSession.InputResult result, String message) Constructors in org.ek9lang.cli with parameters of type ReplSession.InputResultModifierConstructorDescriptionCommandResult(ReplSession.InputResult result, String message) Creates an instance of aCommandResultrecord class.