AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
cpp.ast.Node Class Reference
Inheritance diagram for cpp.ast.Node:
Inheritance graph
[legend]
Collaboration diagram for cpp.ast.Node:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, start, end)
 
def IsDeclaration (self)
 
def IsDefinition (self)
 
def IsExportable (self)
 
def Requires (self, node)
 
def XXX__str__ (self)
 
def __repr__ (self)
 

Public Attributes

 start
 
 end
 

Detailed Description

Base AST node.

Constructor & Destructor Documentation

◆ __init__()

def cpp.ast.Node.__init__ (   self,
  start,
  end 
)

Member Function Documentation

◆ __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)

Member Data Documentation

◆ end

cpp.ast.Node.end

◆ start

cpp.ast.Node.start

The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0