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