Uses of Record Class
org.aksw.shellgebra.shim.core.ArgumentList
Packages that use ArgumentList
Package
Description
-
Uses of ArgumentList in org.aksw.shellgebra.algebra.cmd.op
Methods in org.aksw.shellgebra.algebra.cmd.op that return ArgumentListModifier and TypeMethodDescriptionCmdOpExec.args()Returns the value of theargsrecord component.Methods in org.aksw.shellgebra.algebra.cmd.op with parameters of type ArgumentListConstructors in org.aksw.shellgebra.algebra.cmd.op with parameters of type ArgumentListModifierConstructorDescriptionCmdOpExec(String name, ArgumentList args) CmdOpExec(List<CmdPrefix> prefixes, String name, ArgumentList args) Creates an instance of aCmdOpExecrecord class. -
Uses of ArgumentList in org.aksw.shellgebra.algebra.cmd.transformer
Methods in org.aksw.shellgebra.algebra.cmd.transformer that return ArgumentListModifier and TypeMethodDescriptionstatic ArgumentListCmdArgTransformer.transform(ArgumentList args, CmdArgTransform cmdArgTransform, CmdOpTransform cmdOpTransform, TokenTransform tokenTransform) Methods in org.aksw.shellgebra.algebra.cmd.transformer with parameters of type ArgumentListModifier and TypeMethodDescriptionstatic ArgumentListCmdArgTransformer.transform(ArgumentList args, CmdArgTransform cmdArgTransform, CmdOpTransform cmdOpTransform, TokenTransform tokenTransform) -
Uses of ArgumentList in org.aksw.shellgebra.shim.cmd
Methods in org.aksw.shellgebra.shim.cmd that return ArgumentListModifier and TypeMethodDescriptionstatic ArgumentListArgsCat.renderArgList(ArgsCat model) static ArgumentListArgsCommand.renderArgList(ArgsCommand model) static ArgumentListArgsEcho.renderArgList(ArgsEcho model) static ArgumentListArgsHead.renderArgList(ArgsHead model) static ArgumentListArgsWhich.renderArgList(ArgsWhich model) static ArgumentListGenericCodecArgs.renderArgList(GenericCodecArgs model) static ArgumentListRapperArgs.renderArgList(RapperArgs model) GenericCodecArgs.toArgList() -
Uses of ArgumentList in org.aksw.shellgebra.shim.core
Methods in org.aksw.shellgebra.shim.core that return ArgumentListModifier and TypeMethodDescriptionArgumentListBuilder.build()static ArgumentListstatic ArgumentListstatic ArgumentListArgumentList.ofLiterals(List<String> args) Args.toArgList()ArgsModular.toArgList()ArgumentListRenderer.toArgumentList(T model)