◆ __init__()
def cpp.ast.Node.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end |
|
) |
| |
◆ __repr__()
def cpp.ast.Node.__repr__ |
( |
|
self | ) |
|
◆ 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:
- /workplace/avs-device-sdk/SampleApplications/IPCServerSampleApplication/ThirdParty/googletest-release-1.8.0/googlemock/scripts/generator/cpp/ast.py
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0