Interface CmdOp

All Known Implementing Classes:
CmdOp0, CmdOp1, CmdOp2, CmdOpBase, CmdOpExec, CmdOpFile, CmdOpGroup, CmdOpN, CmdOpPipe, CmdOpRedirect, CmdOpString, CmdOpSubst, CmdOpToArg

public interface CmdOp
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    accept(CmdOpVisitor<T> visitor)
     
  • Method Details