Uses of Interface
net.thevpc.nsh.parser.nodes.NshCommandNode
Packages that use NshCommandNode
Package
Description
-
Uses of NshCommandNode in net.thevpc.nsh
Methods in net.thevpc.nsh that return NshCommandNodeMethods in net.thevpc.nsh with parameters of type NshCommandNodeModifier and TypeMethodDescriptionintNsh.evalNode(NshCommandNode node, NshContext context) intNsh.safeEval(NshCommandNode n, NshContext context) -
Uses of NshCommandNode in net.thevpc.nsh.eval
Methods in net.thevpc.nsh.eval with parameters of type NshCommandNodeModifier and TypeMethodDescriptionintNshEvaluator.evalBinaryAndOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluatorBase.evalBinaryAndOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluator.evalBinaryOperation(String opString, NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluatorBase.evalBinaryOperation(String opString, NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluator.evalBinaryOrOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluatorBase.evalBinaryOrOperation(NshCommandNode left, NshCommandNode right, NshContext context) intDefaultNshEvaluator.evalBinaryPipeOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluator.evalBinaryPipeOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluatorBase.evalBinaryPipeOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluator.evalBinarySuiteOperation(NshCommandNode left, NshCommandNode right, NshContext context) intNshEvaluatorBase.evalBinarySuiteOperation(NshCommandNode left, NshCommandNode right, NshContext context) DefaultNshEvaluator.evalCommandAndReturnString(NshCommandNode command, NshContext context) NshEvaluator.evalCommandAndReturnString(NshCommandNode left, NshContext context) NshEvaluatorBase.evalCommandAndReturnString(NshCommandNode command, NshContext context) intNshEvaluator.evalSuffixAndOperation(NshCommandNode node, NshContext context) intNshEvaluatorBase.evalSuffixAndOperation(NshCommandNode node, NshContext context) intNshEvaluator.evalSuffixOperation(String opString, NshCommandNode node, NshContext context) intNshEvaluatorBase.evalSuffixOperation(String opString, NshCommandNode node, NshContext context) -
Uses of NshCommandNode in net.thevpc.nsh.parser
Classes in net.thevpc.nsh.parser that implement NshCommandNodeModifier and TypeClassDescriptionstatic classclassstatic classclassclassclassstatic classclassclassclassclassMethods in net.thevpc.nsh.parser that return NshCommandNodeModifier and TypeMethodDescriptionstatic NshCommandNodeNshParser.createCommandNode(String[] args) Yaccer.readCommandL1()Yaccer.readCommandL2()Yaccer.readCommandL3()Yaccer.readScript()Yaccer.readScriptL2()Yaccer.readScriptL3()Yaccer.readScriptL4()Yaccer.readScriptL5()Yaccer.readScriptPar()Methods in net.thevpc.nsh.parser with parameters of type NshCommandNodeConstructors in net.thevpc.nsh.parser with parameters of type NshCommandNodeModifierConstructorDescriptionBinOpCommand(NshCommandNode left, Token op, NshCommandNode right) CondBloc(NshCommandNode cond, NshCommandNode block) SuffixOpCommand(NshCommandNode a, Token op) -
Uses of NshCommandNode in net.thevpc.nsh.parser.nodes
Subinterfaces of NshCommandNode in net.thevpc.nsh.parser.nodesClasses in net.thevpc.nsh.parser.nodes that implement NshCommandNodeMethods in net.thevpc.nsh.parser.nodes that return NshCommandNodeConstructors in net.thevpc.nsh.parser.nodes with parameters of type NshCommandNode