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