Base AST node.
Definition at line 108 of file ast.py.
def cpp.ast.Node.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
def cpp.ast.Node.__repr__ |
( |
|
self | ) |
|
def cpp.ast.Node._StringHelper |
( |
|
self, |
|
|
|
name, |
|
|
|
suffix |
|
) |
| |
|
private |
def cpp.ast.Node.IsDeclaration |
( |
|
self | ) |
|
Returns bool if this node is a declaration.
Definition at line 115 of file ast.py.
def cpp.ast.Node.IsDefinition |
( |
|
self | ) |
|
Returns bool if this node is a definition.
Definition at line 119 of file ast.py.
def cpp.ast.Node.IsExportable |
( |
|
self | ) |
|
Returns bool if this node exportable from a header file.
Definition at line 123 of file ast.py.
def cpp.ast.Node.Requires |
( |
|
self, |
|
|
|
node |
|
) |
| |
Does this AST node require the definition of the node passed in?
Definition at line 127 of file ast.py.
def cpp.ast.Node.XXX__str__ |
( |
|
self | ) |
|
The documentation for this class was generated from the following file: