Searched refs:setCommand (Results 1 – 14 of 14) sorted by relevance
25 setCommand(_command_); in AInlineCommand()72 public void setCommand(PCommand node) in setCommand() method in AInlineCommand131 setCommand((PCommand) newChild); in replaceChild()
29 setCommand(_command_); in AEscapeCommand()102 public void setCommand(PCommand node) in setCommand() method in AEscapeCommand174 setCommand((PCommand) newChild); in replaceChild()
29 setCommand(_command_); in AAltCommand()102 public void setCommand(PCommand node) in setCommand() method in AAltCommand174 setCommand((PCommand) newChild); in replaceChild()
29 setCommand(_command_); in AAutoescapeCommand()102 public void setCommand(PCommand node) in setCommand() method in AAutoescapeCommand174 setCommand((PCommand) newChild); in replaceChild()
33 setCommand(_command_); in ALoopToCommand()132 public void setCommand(PCommand node) in setCommand() method in ALoopToCommand217 setCommand((PCommand) newChild); in replaceChild()
33 setCommand(_command_); in AWithCommand()132 public void setCommand(PCommand node) in setCommand() method in AWithCommand217 setCommand((PCommand) newChild); in replaceChild()
33 setCommand(_command_); in AEachCommand()132 public void setCommand(PCommand node) in setCommand() method in AEachCommand217 setCommand((PCommand) newChild); in replaceChild()
34 setCommand(_command_); in ADefCommand()123 public void setCommand(PCommand node) in setCommand() method in ADefCommand230 setCommand((PCommand) newChild); in replaceChild()
37 setCommand(_command_); in ALoopCommand()162 public void setCommand(PCommand node) in setCommand() method in ALoopCommand260 setCommand((PCommand) newChild); in replaceChild()
22 setCommand(_command_); in AMultipleCommand()43 public void setCommand(List<PCommand> list) in setCommand() method in AMultipleCommand
41 setCommand(_command_); in ALoopIncCommand()192 public void setCommand(PCommand node) in setCommand() method in ALoopIncCommand303 setCommand((PCommand) newChild); in replaceChild()
86 step.setCommand(step.command + ['--' + platform])101 self.setCommand(self.command + ['DEBUG_INFORMATION_FORMAT=dwarf-with-dsym'])159 self.setCommand(self.command + ['--skip-build'])215 self.setCommand(self.command + rootArgument)369 self.setCommand(self.command + ["--leaks"])375 self.setCommand(self.command + ["--webkit-test-runner"])
296 escapeCommand.setCommand(multiCommand); in contentsOf()
142 public void setCommand(String cmd) throws SQLException { in setCommand() method in Impl_RowSet