|
|
|
|
|
|
|
|
incrIndent(self)
Increment indentation count |
source code
|
|
|
|
decrIndent(self)
Decrement indentation count and write 'pass' if required |
source code
|
|
|
|
write(self,
s,
requireType=None,
exprType=None)
Write string to output code buffer |
source code
|
|
|
|
writeIndent(self,
value=None)
Write newline and indent |
source code
|
|
|
|
writeProcHeader(self)
Write function definition and other header info |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| modify_scan_args(self,
functionname,
sargs) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
n_while_stmt(self,
node)
we've got a 'while' statement |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
captureArgs(self,
node)
Process the arguments list and return a list of the args |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from generic.GenericASTTraversal:
collectRules,
postorder,
preorder,
prune
Inherited from ErrorTracker:
error,
errorappend,
getlineno,
printerrors,
warning
|