Public Member Functions | Public Attributes | List of all members
cpp.ast.Parameter Class Reference
Inheritance diagram for cpp.ast.Parameter:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, start, end, name, parameter_type, default)
 
def __str__ (self)
 
def Requires (self, node)
 
- Public Member Functions inherited from cpp.ast.Node
def __init__ (self, start, end)
 
def __repr__ (self)
 
def IsDeclaration (self)
 
def IsDefinition (self)
 
def IsExportable (self)
 
def XXX__str__ (self)
 

Public Attributes

 default
 
 name
 
 type
 
- Public Attributes inherited from cpp.ast.Node
 end
 
 start
 

Detailed Description

Definition at line 213 of file ast.py.

Constructor & Destructor Documentation

◆ __init__()

def cpp.ast.Parameter.__init__ (   self,
  start,
  end,
  name,
  parameter_type,
  default 
)

Definition at line 214 of file ast.py.

Member Function Documentation

◆ __str__()

def cpp.ast.Parameter.__str__ (   self)

Definition at line 224 of file ast.py.

◆ Requires()

def cpp.ast.Parameter.Requires (   self,
  node 
)
Does this AST node require the definition of the node passed in?

Reimplemented from cpp.ast.Node.

Definition at line 220 of file ast.py.

Member Data Documentation

◆ default

cpp.ast.Parameter.default

Definition at line 218 of file ast.py.

◆ name

cpp.ast.Parameter.name

Definition at line 216 of file ast.py.

◆ type

cpp.ast.Parameter.type

Definition at line 217 of file ast.py.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:08