◆ __init__()
| def cpp.ast.Node.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ __repr__()
| def cpp.ast.Node.__repr__ |
( |
|
self | ) |
|
◆ _StringHelper()
| def cpp.ast.Node._StringHelper |
( |
|
self, |
|
|
|
name, |
|
|
|
suffix |
|
) |
| |
|
private |
◆ IsDeclaration()
| def cpp.ast.Node.IsDeclaration |
( |
|
self | ) |
|
Returns bool if this node is a declaration.
◆ IsDefinition()
| def cpp.ast.Node.IsDefinition |
( |
|
self | ) |
|
Returns bool if this node is a definition.
◆ IsExportable()
| def cpp.ast.Node.IsExportable |
( |
|
self | ) |
|
Returns bool if this node exportable from a header file.
◆ Requires()
| def cpp.ast.Node.Requires |
( |
|
self, |
|
|
|
node |
|
) |
| |
Does this AST node require the definition of the node passed in?
◆ XXX__str__()
| def cpp.ast.Node.XXX__str__ |
( |
|
self | ) |
|
◆ end
◆ start
The documentation for this class was generated from the following file:
- external/rapidjson/thirdparty/gtest/googlemock/scripts/generator/cpp/ast.py