Class CmdOpString

All Implemented Interfaces:
CmdOp

public class CmdOpString extends CmdOp0
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 Details

    • value

      protected String value
  • Constructor Details

    • CmdOpString

      public CmdOpString(String value)
  • Method Details