public void setNodeCommand(IParseTree node, Command value) { nodeCmd.Put(node, value); }
/// <summary> /// Configures a single command as part of the current template. /// </summary> /// <param name="theCommandList">The Command List</param> public void setSingleCommand(Command theCommand) { setPlaceholder(theCommand.getInheritedTemplateName(), theCommand.getGenCode()); }