|
Monero
|


Public Member Functions | |
| __init__ (self, start, end, name, parameter_type, default) | |
| Requires (self, node) | |
| __str__ (self) | |
Public Member Functions inherited from cpp.ast.Node | |
| IsDeclaration (self) | |
| IsDefinition (self) | |
| IsExportable (self) | |
| XXX__str__ (self) | |
| __repr__ (self) | |
Public Attributes | |
| name | |
| type | |
| default | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
Additional Inherited Members | |
Protected Member Functions inherited from cpp.ast.Node | |
| _StringHelper (self, name, suffix) | |
| cpp.ast.Parameter.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| parameter_type, | |||
| default ) |
Reimplemented from cpp.ast.Node.
| cpp.ast.Parameter.__str__ | ( | self | ) |
| cpp.ast.Parameter.Requires | ( | self, | |
| node ) |
Does this AST node require the definition of the node passed in?
Reimplemented from cpp.ast.Node.
| cpp.ast.Parameter.default |
| cpp.ast.Parameter.name |
| cpp.ast.Parameter.type |