Uses of Record Class
org.aksw.shellgebra.algebra.cmd.arg.CmdPrefix
Packages that use CmdPrefix
-
Uses of CmdPrefix in org.aksw.shellgebra.algebra.cmd.op
Methods in org.aksw.shellgebra.algebra.cmd.op that return types with arguments of type CmdPrefixModifier and TypeMethodDescriptionCmdOpExec.prefixes()Returns the value of theprefixesrecord component.Constructor parameters in org.aksw.shellgebra.algebra.cmd.op with type arguments of type CmdPrefixModifierConstructorDescriptionCmdOpExec(List<CmdPrefix> prefixes, String name, ArgumentList args) Creates an instance of aCmdOpExecrecord class.