InteractiveSession class abstract
Base interface for interactive sessions in the REPL
- Implementers
Constructors
Properties
Methods
-
exit(
) → void - Exit the session and clean up resources
-
getPrompt(
) → String - Get the current prompt to display to the user
-
handleInput(
String input) → bool - Handle input from the user during the interactive session Returns true if input was handled, false if session should exit
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited