Definition at line 213 of file ast.py.
◆ __init__()
def cpp.ast.Parameter.__init__ |
( |
|
self, |
|
|
|
start, |
|
|
|
end, |
|
|
|
name, |
|
|
|
parameter_type, |
|
|
|
default |
|
) |
| |
◆ __str__()
def cpp.ast.Parameter.__str__ |
( |
|
self | ) |
|
◆ 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.
◆ default
cpp.ast.Parameter.default |
◆ name
◆ type
The documentation for this class was generated from the following file: