
Public Member Functions | |
| def | __init__ |
| def | __str__ |
| def | Requires |
Public Attributes | |
| default | |
| name | |
| type | |
| def cpp.ast.Parameter.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| parameter_type, | |||
| default | |||
| ) |
| def cpp.ast.Parameter.__str__ | ( | self | ) |
| def cpp.ast.Parameter.Requires | ( | self, | |
| node | |||
| ) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.