Uses of Record Class
org.aksw.shellgebra.algebra.cmd.transform.CmdString
Packages that use CmdString
Package
Description
-
Uses of CmdString in org.aksw.shellgebra.algebra.cmd.arg
Method parameters in org.aksw.shellgebra.algebra.cmd.arg with type arguments of type CmdStringModifier and TypeMethodDescriptionCmdArgVisitorRenderAsBashString.render(CmdOpVisitor<CmdString> cmdOpVisitorToString, CmdStrOps strOps, List<CmdArg> args) Constructor parameters in org.aksw.shellgebra.algebra.cmd.arg with type arguments of type CmdStringModifierConstructorDescriptionCmdArgVisitorRenderAsBashString(CmdOpVisitor<CmdString> cmdOpVisitorToString, CmdStrOps strOps) -
Uses of CmdString in org.aksw.shellgebra.algebra.cmd.transform
Classes in org.aksw.shellgebra.algebra.cmd.transform that implement interfaces with type arguments of type CmdStringMethods in org.aksw.shellgebra.algebra.cmd.transform that return CmdStringModifier and TypeMethodDescriptionCmdOpVisitorToCmdString.visit(CmdOpGroup op) CmdOpVisitorToCmdString.visit(CmdOpPipeline op) Methods in org.aksw.shellgebra.algebra.cmd.transform with parameters of type CmdStringMethod parameters in org.aksw.shellgebra.algebra.cmd.transform with type arguments of type CmdStringModifier and TypeMethodDescriptionstatic StringCmdOpVisitorToCmdString.toString(CmdOp cmdOp, CmdOpVisitor<CmdString> visitor) -
Uses of CmdString in org.aksw.shellgebra.exec
Fields in org.aksw.shellgebra.exec with type parameters of type CmdStringMethods in org.aksw.shellgebra.exec that return CmdStringModifier and TypeMethodDescriptionSysRuntime.compileString(CmdOp op) SysRuntimeDocker.compileString(CmdOp op) SysRuntimeImpl.compileString(CmdOp op) SysRuntimeWrapperBase.compileString(CmdOp op) static CmdString