![]() |
Visual Servoing Platform version 3.7.0
|
Public Member Functions | |
| __init__ (self, classname, name, decl, isconstructor) | |
| init_pyproto (self) | |
Public Attributes | |
| classname = classname | |
| name = name | |
| isconstructor = isconstructor | |
| docstring = decl[5] | |
| str | rettype = decl[4] or handle_ptr(decl[1]) |
| list | args = [] |
| dict | array_counters = {} |
| py_arg_str = argstr | |
| py_return_str = outstr | |
| str | py_prototype = "%s(%s) -> %s" % (self.wname, argstr, outstr) |
| py_noptargs = noptargs | |
| py_arglist = arglist | |
| py_outlist = outlist | |
| gen2.FuncVariant.__init__ | ( | self, | |
| classname, | |||
| name, | |||
| decl, | |||
| isconstructor ) |
| gen2.FuncVariant.init_pyproto | ( | self | ) |
Definition at line 437 of file gen2.py.
References args, array_counters, classname, isconstructor, and rettype.
| list gen2.FuncVariant.args = [] |
Definition at line 423 of file gen2.py.
Referenced by gen_java.FuncInfo.__eq__(), and init_pyproto().
| dict gen2.FuncVariant.array_counters = {} |
Definition at line 424 of file gen2.py.
Referenced by init_pyproto().
| gen2.FuncVariant.classname = classname |
Definition at line 414 of file gen2.py.
Referenced by gen2.FuncInfo.add_variant(), gen2.FuncInfo.gen_code(), gen2.FuncInfo.get_wrapper_name(), gen2.FuncInfo.get_wrapper_prototype(), and init_pyproto().
| gen2.FuncVariant.docstring = decl[5] |
Definition at line 418 of file gen2.py.
Referenced by gen_java.ClassInfo.generateJavaCode().
| gen2.FuncVariant.isconstructor = isconstructor |
Definition at line 416 of file gen2.py.
Referenced by gen2.FuncInfo.add_variant(), gen2.FuncInfo.gen_code(), gen2.FuncInfo.get_tab_entry(), gen2.FuncInfo.get_wrapper_prototype(), and init_pyproto().
| gen2.FuncVariant.name = name |
Definition at line 415 of file gen2.py.
Referenced by gen_java.ArgInfo.__repr__(), gen_java.ClassPropInfo.__repr__(), gen_java.ConstInfo.__repr__(), gen2.FuncInfo.add_variant(), gen_java.GeneralInfo.fullName(), gen2.FuncInfo.gen_code(), gen_java.ClassInfo.generateJavaCode(), gen2.FuncInfo.get_wrapper_name(), and gen_java.ClassInfo.initCodeStreams().
| str gen2.FuncVariant.py_prototype = "%s(%s) -> %s" % (self.wname, argstr, outstr) |
| str gen2.FuncVariant.rettype = decl[4] or handle_ptr(decl[1]) |
Definition at line 420 of file gen2.py.
Referenced by init_pyproto().