| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
adt.ADT --+
|
Term --+
|
Arg
Arg(id,attrs,lhs,rhs,intent=None) - a subroutine argument
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
exp a BIL expression associated with the argument |
|||
|
intent an instance of Intent class or None if unknown |
|||
|
var a variable associated with the argument, e.g., |
|||
|
Inherited from Inherited from |
|||
|
|||
expa BIL expression associated with the argument
|
intentan instance of Intent class or None if unknown
|
vara variable associated with the argument, e.g., >>> main = proj.subs.find('main') >>> main.args[0].var.name 'main_argc'
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Thu Sep 22 18:58:40 2016 | http://epydoc.sourceforge.net |