Searched refs:writeComment (Results 1 – 5 of 5) sorted by relevance
87 def writeComment(self, comment): member in KScriptGenerator94 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")95 self.writeComment("and just returns the RHS.")98 self.writeComment("Helper functions defined within toy")103 self.writeComment("Print the result of a function call")143 self.writeComment("Auto-generated function number %d" % funcNum)164 self.writeComment("Call the last function")172 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))182 … script.writeComment("===========================================================================")183 script.writeComment("Auto-generated script")[all …]
92 def writeComment(self, comment): member in KScriptGenerator99 … self.writeComment("Define ':' for sequencing: as a low-precedence operator that ignores operands")100 self.writeComment("and just returns the RHS.")103 self.writeComment("Helper functions defined within toy")108 self.writeComment("Print the result of a function call")148 self.writeComment("Auto-generated function number %d" % funcNum)169 self.writeComment("Call the last function")177 … self.writeComment("Called %d of %d functions" % (len(self.calledFunctions), self.lastFuncNum))187 … script.writeComment("===========================================================================")188 script.writeComment("Auto-generated script")[all …]
76 public void writeComment(String comment) { in writeComment() method in JavaSourceWriter
191 java.writeComment("This class is autogenerated by JSilver. Do not edit."); in caseStart()328 java.writeComment("with:"); in caseAWithCommand()723 java.writeComment("call:" + name); in caseACallCommand()