|
Monero
|


Public Member Functions | |
| __init__ (self, start, end) | |
| IsDeclaration (self) | |
| IsDefinition (self) | |
| IsExportable (self) | |
| Requires (self, node) | |
| XXX__str__ (self) | |
| __repr__ (self) | |
Public Attributes | |
| start = start | |
| end = end | |
Protected Member Functions | |
| _StringHelper (self, name, suffix) | |
Base AST node.
| cpp.ast.Node.__init__ | ( | self, | |
| start, | |||
| end ) |
| cpp.ast.Node.__repr__ | ( | self | ) |
|
protected |
| cpp.ast.Node.IsDeclaration | ( | self | ) |
Returns bool if this node is a declaration.
Reimplemented in cpp.ast.Class, cpp.ast.Function, and cpp.ast.Type.
| cpp.ast.Node.IsDefinition | ( | self | ) |
Returns bool if this node is a definition.
Reimplemented in cpp.ast._NestedType, cpp.ast.Class, cpp.ast.Function, cpp.ast.Type, and cpp.ast.Typedef.
| cpp.ast.Node.IsExportable | ( | self | ) |
Returns bool if this node exportable from a header file.
Reimplemented in cpp.ast._NestedType, cpp.ast.Class, cpp.ast.Function, cpp.ast.Type, and cpp.ast.Typedef.
| cpp.ast.Node.Requires | ( | self, | |
| node ) |
Does this AST node require the definition of the node passed in?
Reimplemented in cpp.ast.Class, cpp.ast.Expr, cpp.ast.Function, cpp.ast.Parameter, cpp.ast.Typedef, and cpp.ast.VariableDeclaration.
| cpp.ast.Node.XXX__str__ | ( | self | ) |
| cpp.ast.Node.end = end |
| cpp.ast.Node.start = start |