void |
AbstractJShellContext.copyFrom(JShellContext other) |
void |
DefaultJShellContext.copyFrom(JShellContext other) |
void |
JShellContext.copyFrom(JShellContext other) |
JShellContext |
JShell.createContext(JShellContext ctx,
JShellNode root,
JShellNode parent,
JShellVariables env,
String serviceName,
String[] args) |
JShellContext |
JShell.createInlineContext(JShellContext ctx,
String serviceName,
String[] args) |
JShellContext |
JShell.createNewContext(JShellContext parentContext) |
JShellContext |
JShell.createNewContext(JShellContext ctx,
String serviceName,
String[] args) |
int |
JShellScript.eval(JShellContext context) |
int |
JShellCommandNode.eval(JShellContext context) |
String |
JShellEvaluator.evalAntiQuotesExpression(String stringExpression,
JShellContext context) |
String |
DefaultJShellEvaluator.evalAntiQuotesExpression(String stringExpression,
JShellContext context) |
int |
JShellEvaluator.evalBinaryAndOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
DefaultJShellEvaluator.evalBinaryAndOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
JShellEvaluator.evalBinaryOperation(String opString,
JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
DefaultJShellEvaluator.evalBinaryOperation(String opString,
JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
JShellEvaluator.evalBinaryOrOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
DefaultJShellEvaluator.evalBinaryOrOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
JShellEvaluator.evalBinaryPipeOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
DefaultJShellEvaluator.evalBinaryPipeOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
JShellEvaluator.evalBinarySuiteOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
int |
DefaultJShellEvaluator.evalBinarySuiteOperation(JShellCommandNode left,
JShellCommandNode right,
JShellContext context) |
String |
JShellEvaluator.evalCommandAndReturnString(JShellCommandNode left,
JShellContext context) |
String |
DefaultJShellEvaluator.evalCommandAndReturnString(JShellCommandNode command,
JShellContext context) |
String |
JShellEvaluator.evalDollarExpression(String stringExpression,
JShellContext context) |
String |
DefaultJShellEvaluator.evalDollarExpression(String stringExpression,
JShellContext context) |
String |
JShellEvaluator.evalDollarInteger(int index,
JShellContext context) |
String |
DefaultJShellEvaluator.evalDollarInteger(int index,
JShellContext context) |
String |
JShellEvaluator.evalDollarInterrogation(JShellContext context) |
String |
DefaultJShellEvaluator.evalDollarInterrogation(JShellContext context) |
String |
JShellEvaluator.evalDollarName(String name,
JShellContext context) |
String |
DefaultJShellEvaluator.evalDollarName(String name,
JShellContext context) |
String |
JShellEvaluator.evalDollarSharp(JShellContext context) |
String |
DefaultJShellEvaluator.evalDollarSharp(JShellContext context) |
String |
JShellEvaluator.evalDoubleQuotesExpression(String stringExpression,
JShellContext context) |
String |
DefaultJShellEvaluator.evalDoubleQuotesExpression(String stringExpression,
JShellContext context) |
String |
DefaultJShellEvaluator.evalFieldSubstitutionAfterCommandSubstitution(String commandResult,
JShellContext context) |
int |
JShell.evalNode(JShellCommandNode node,
JShellContext context) |
String |
JShellEvaluator.evalNoQuotesExpression(String stringExpression,
JShellContext context) |
String |
DefaultJShellEvaluator.evalNoQuotesExpression(String stringExpression,
JShellContext context) |
String |
JShellEvaluator.evalSimpleQuotesExpression(String expressionString,
JShellContext context) |
String |
DefaultJShellEvaluator.evalSimpleQuotesExpression(String expressionString,
JShellContext context) |
String[] |
JShellArgumentNode.evalString(JShellContext context) |
int |
JShellEvaluator.evalSuffixAndOperation(JShellCommandNode node,
JShellContext context) |
int |
DefaultJShellEvaluator.evalSuffixAndOperation(JShellCommandNode node,
JShellContext context) |
int |
JShellEvaluator.evalSuffixOperation(String opString,
JShellCommandNode node,
JShellContext context) |
int |
DefaultJShellEvaluator.evalSuffixOperation(String opString,
JShellCommandNode node,
JShellContext context) |
int |
JShellExternalExecutor.execExternalCommand(String[] command,
JShellContext context) |
int |
JShell.executeCommand(String[] command,
JShellContext context) |
protected void |
JShell.executeHelp(JShellContext context) |
protected void |
JShell.executeInteractive(JShellContext context) |
void |
JShell.executeLine(String line,
boolean storeResult,
JShellContext context) |
int |
JShell.executePreparedCommand(String[] command,
boolean considerAliases,
boolean considerBuiltins,
boolean considerExternal,
JShellContext context) |
int |
JShell.executeScript(String text,
JShellContext context) |
int |
JShell.executeServiceFile(JShellContext context,
boolean ignoreIfNotFound) |
protected void |
JShell.executeVersion(JShellContext context) |
String |
JShellEvaluator.expandEnvVars(String stringExpression,
boolean escapeResultPath,
JShellContext context) |
String |
DefaultJShellEvaluator.expandEnvVars(String stringExpression,
boolean escapeResultPath,
JShellContext context) |
protected String |
JShell.getPromptString(JShellContext context) |
protected String |
JShell.getPromptString0(JShellContext context) |
void |
DefaultJShellErrorHandler.onError(String message,
Throwable th,
JShellContext context) |
void |
JShellErrorHandler.onError(String message,
Throwable th,
JShellContext context) |
int |
JShell.onResult(int r,
JShellContext context) |
int |
JShell.onResult(int errorCode,
Throwable th,
JShellContext context) |
int |
JShell.onResult(Throwable th,
JShellContext context) |
void |
JShell.prepareContext(JShellContext context) |
protected int |
DefaultJShellEvaluator.readAndEvalAntiQuotesString(char[] chars,
int i,
StringBuilder out,
JShellContext context) |
protected int |
DefaultJShellEvaluator.readAndEvalDblQuotesExpression(char[] chars,
int i,
StringBuilder out,
JShellContext context) |
protected int |
DefaultJShellEvaluator.readAndEvalDollarExpression(char[] chars,
int i,
StringBuilder out,
boolean escapeResultPath,
JShellContext context) |
protected int |
DefaultJShellEvaluator.readAndEvalSimpleQuotesExpression(char[] chars,
int i,
StringBuilder out,
JShellContext context) |
protected String |
JShell.readInteractiveLine(JShellContext context) |
int |
JShell.safeEval(JShellCommandNode n,
JShellContext context) |
void |
JShell.traceExecution(Supplier<String> msg,
JShellContext context) |
JShellCommandType |
JShellCommandTypeResolver.type(String path0,
JShellContext context) |
JShellCommandType |
DefaultJShellCommandTypeResolver.type(String item,
JShellContext context) |
default void |
JShellVarListener.varAdded(JShellVar jShellVar,
JShellVariables vars,
JShellContext context) |
default void |
JShellVarListener.varExportUpdated(JShellVar jShellVar,
boolean oldValue,
JShellVariables vars,
JShellContext context) |
default void |
JShellVarListener.varRemoved(JShellVar jShellVar,
JShellVariables vars,
JShellContext context) |
default void |
JShellVarListener.varValueUpdated(JShellVar jShellVar,
String oldValue,
JShellVariables vars,
JShellContext context) |