|
|
| __init__(self,
ast,
mode="proc",
local_vars_list=None,
local_vars_dict=None,
parlist=None) |
source code
|
|
|
|
has_key(self,
name)
Check both local and procedure dictionaries for this name |
source code
|
|
|
|
get(self,
name)
Return entry from local or procedure dictionary (None if none) |
source code
|
|
|
|
setProcName(self,
proc_name,
node=None)
Set procedure name |
source code
|
|
|
|
getProcName(self)
Get procedure name, undoing translations |
source code
|
|
|
|
|
|
|
addSpecialArgs(self)
Add mode, $nargs, other special parameters to all tasks |
source code
|
|
|
|
checkLocalConflict(self)
Check for local variables that conflict with parameters |
source code
|
|
|
|
|
|
|
getParList(self)
Return procedure arguments as IrafParList |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from generic.GenericASTTraversal:
collectRules,
default,
postorder,
preorder,
prune
Inherited from ErrorTracker:
error,
errorappend,
getlineno,
printerrors,
warning
|