Ejemplo n.º 1
0
 public void setNodeCommand(IParseTree node, Command value)
 {
     nodeCmd.Put(node, value);
 }
Ejemplo n.º 2
0
 /// <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());
 }