Uses of Class
com.twineworks.tweakflow.repl.ReplState
Packages that use ReplState
-
Uses of ReplState in com.twineworks.tweakflow.repl
Methods in com.twineworks.tweakflow.repl that return ReplStateModifier and TypeMethodDescriptionReplState.addInputLine(String line) ReplState.copy()ReplState.setEvaluationResult(EvaluationResult evaluationResult) ReplState.setLoadPath(LoadPath loadPath) ReplState.setModulePaths(List<String> modulePaths) ReplState.setMultiLine(boolean multiLine) ReplState.setPromptInput(String promptInput) ReplState.setRuntime(Runtime runtime) ReplState.setShouldQuit(boolean shouldQuit) -
Uses of ReplState in com.twineworks.tweakflow.repl.commands
Methods in com.twineworks.tweakflow.repl.commands that return ReplStateModifier and TypeMethodDescriptionCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) DocCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) EditToggleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) ExpressionCommand.perform(String line, TextTerminal terminal, ReplState state, boolean measure) HelpCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InspectCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InteractiveInputCommand.perform(TextTerminal terminal, ReplState state, boolean measure) LoadModuleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) MetaCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintLoadPathCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintVarsCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintWorkingDirectoryCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) QuitCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) TimeCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) VarDefCommand.perform(String varName, String line, TextTerminal terminal, ReplState state, boolean measure) Methods in com.twineworks.tweakflow.repl.commands with parameters of type ReplStateModifier and TypeMethodDescriptionCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) DocCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) EditToggleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) ExpressionCommand.perform(String line, TextTerminal terminal, ReplState state, boolean measure) HelpCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InspectCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) InteractiveInputCommand.perform(TextTerminal terminal, ReplState state, boolean measure) LoadModuleCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) MetaCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintLoadPathCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintVarsCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) PrintWorkingDirectoryCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) QuitCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) TimeCommand.perform(net.sourceforge.argparse4j.inf.Namespace args, String input, TextTerminal terminal, ReplState state) VarDefCommand.perform(String varName, String line, TextTerminal terminal, ReplState state, boolean measure)