void |
NshContext.copyFrom(NshContext other) |
void |
AbstractNshContext.copyFrom(NshContext other) |
void |
DefaultNshContext.copyFrom(NshContext other) |
String |
NshEvaluatorBase.evalAntiQuotesExpression(String stringExpression,
NshContext context) |
String |
NshEvaluator.evalAntiQuotesExpression(String stringExpression,
NshContext context) |
int |
NshEvaluatorBase.evalBinaryAndOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluator.evalBinaryAndOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluatorBase.evalBinaryOperation(String opString,
NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluator.evalBinaryOperation(String opString,
NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluatorBase.evalBinaryOrOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluator.evalBinaryOrOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluatorBase.evalBinaryPipeOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
DefaultNshEvaluator.evalBinaryPipeOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluator.evalBinaryPipeOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluatorBase.evalBinarySuiteOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
int |
NshEvaluator.evalBinarySuiteOperation(NshCommandNode left,
NshCommandNode right,
NshContext context) |
String |
NshEvaluatorBase.evalCommandAndReturnString(NshCommandNode command,
NshContext context) |
String |
DefaultNshEvaluator.evalCommandAndReturnString(NshCommandNode command,
NshContext context) |
String |
NshEvaluator.evalCommandAndReturnString(NshCommandNode left,
NshContext context) |
String |
NshEvaluatorBase.evalDollarExpression(String stringExpression,
NshContext context) |
String |
NshEvaluator.evalDollarExpression(String stringExpression,
NshContext context) |
String |
NshEvaluatorBase.evalDollarInteger(int index,
NshContext context) |
String |
NshEvaluator.evalDollarInteger(int index,
NshContext context) |
String |
NshEvaluatorBase.evalDollarInterrogation(NshContext context) |
String |
NshEvaluator.evalDollarInterrogation(NshContext context) |
String |
NshEvaluatorBase.evalDollarName(String name,
NshContext context) |
String |
NshEvaluator.evalDollarName(String name,
NshContext context) |
String |
NshEvaluatorBase.evalDollarSharp(NshContext context) |
String |
NshEvaluator.evalDollarSharp(NshContext context) |
String |
NshEvaluatorBase.evalDoubleQuotesExpression(String stringExpression,
NshContext context) |
String |
NshEvaluator.evalDoubleQuotesExpression(String stringExpression,
NshContext context) |
String |
NshEvaluatorBase.evalFieldSubstitutionAfterCommandSubstitution(String commandResult,
NshContext context) |
String |
NshEvaluatorBase.evalNoQuotesExpression(String stringExpression,
NshContext context) |
String |
NshEvaluator.evalNoQuotesExpression(String stringExpression,
NshContext context) |
String |
NshEvaluatorBase.evalSimpleQuotesExpression(String expressionString,
NshContext context) |
String |
NshEvaluator.evalSimpleQuotesExpression(String expressionString,
NshContext context) |
int |
NshEvaluatorBase.evalSuffixAndOperation(NshCommandNode node,
NshContext context) |
int |
NshEvaluator.evalSuffixAndOperation(NshCommandNode node,
NshContext context) |
int |
NshEvaluatorBase.evalSuffixOperation(String opString,
NshCommandNode node,
NshContext context) |
int |
NshEvaluator.evalSuffixOperation(String opString,
NshCommandNode node,
NshContext context) |
String |
NshEvaluatorBase.expandEnvVars(String stringExpression,
boolean escapeResultPath,
NshContext context) |
String |
NshEvaluator.expandEnvVars(String stringExpression,
boolean escapeResultPath,
NshContext context) |
protected int |
NshEvaluatorBase.readAndEvalAntiQuotesString(char[] chars,
int i,
StringBuilder out,
NshContext context) |
protected int |
NshEvaluatorBase.readAndEvalDblQuotesExpression(char[] chars,
int i,
StringBuilder out,
NshContext context) |
protected int |
NshEvaluatorBase.readAndEvalDollarExpression(char[] chars,
int i,
StringBuilder out,
boolean escapeResultPath,
NshContext context) |
protected int |
NshEvaluatorBase.readAndEvalSimpleQuotesExpression(char[] chars,
int i,
StringBuilder out,
NshContext context) |