Package pyraf :: Module cl2py :: Class CheckArgList
[hide private]
[frames] | no frames]

Class CheckArgList

source code


Check task argument list for errors

Instance Methods [hide private]
 
__init__(self, ast) source code
 
n_task_call_stmt(self, node) source code
 
n_task_call_stmt_exit(self, node) source code
 
n_function_call(self, node) source code
 
n_function_call_exit(self, node) source code
 
n_param_name(self, node) source code
 
n_non_empty_arg(self, node) source code
 
n_empty_arg(self, node) source code

Inherited from generic.GenericASTTraversal: collectRules, default, postorder, preorder, prune

Inherited from ErrorTracker: error, errorappend, getlineno, printerrors, warning

Inherited from ErrorTracker (private): _error_init

Method Details [hide private]

__init__(self, ast)
(Constructor)

source code 
Overrides: generic.GenericASTTraversal.__init__