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