Uses of Enum Class
org.ek9lang.cli.ReplMode
Packages that use ReplMode
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
-
Uses of ReplMode in org.ek9lang.cli
Subclasses with type arguments of type ReplMode in org.ek9lang.cliModifier and TypeClassDescriptionenumDefines the different modes the REPL can operate in.Methods in org.ek9lang.cli that return ReplModeModifier and TypeMethodDescriptionstatic ReplModeReplMode.fromCommand(String command) Parse a mode switch command and return the corresponding mode.ReplSession.getCurrentMode()SectionedBuffers.Section.mode()Returns the value of themoderecord component.static ReplModeReturns the enum constant of this class with the specified name.static ReplMode[]ReplMode.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 ReplModeModifier and TypeMethodDescriptionSectionedBuffers.getBufferForMode(ReplMode mode) Get the buffer list for a specific mode.booleanSectionedBuffers.insertLine(int globalLineNum, String text, ReplMode currentMode) Insert a line before the specified global line number.Constructors in org.ek9lang.cli with parameters of type ReplMode