Class CmdOpString
java.lang.Object
org.aksw.shellgebra.algebra.cmd.op.CmdOpBase
org.aksw.shellgebra.algebra.cmd.op.CmdOp0
org.aksw.shellgebra.algebra.cmd.op.CmdOpString
- All Implemented Interfaces:
CmdOp
CmdOpString instances are used to model constant command arguments and
should thus only appear as children of CmdOpExec nodes:
(exec "/bin/bash" (string "-c") (string "echo 'hi'"))
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary