|
| name = name |
|
| type = parameter_type |
|
| default = default |
|
str | default = ' = ' + ''.join([d.name for d in self.default]) |
|
| start = start |
|
| end = end |
|
|
| _StringHelper (self, name, suffix) |
|
◆ __init__()
cpp.ast.Parameter.__init__ |
( |
| self, |
|
|
| start, |
|
|
| end, |
|
|
| name, |
|
|
| parameter_type, |
|
|
| default ) |
◆ Requires()
cpp.ast.Parameter.Requires |
( |
| self, |
|
|
| node ) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
The documentation for this class was generated from the following file:
- googletest/lib/googlemock/scripts/generator/cpp/ast.py