|
proxygen
|
Public Member Functions | |
| def | __init__ (self, start, end, name, var_type, initial_value, namespace) |
| def | Requires (self, node) |
| def | ToString (self) |
| def | __str__ (self) |
| def | __init__ (self, start, end, name, var_type, initial_value, namespace) |
| def | Requires (self, node) |
| def | ToString (self) |
| def | __str__ (self) |
| def | __init__ (self, start, end, name, var_type, initial_value, namespace) |
| def | Requires (self, node) |
| def | ToString (self) |
| def | __str__ (self) |
Public Member Functions inherited from cpp.ast._GenericDeclaration | |
| def | __init__ (self, start, end, name, namespace) |
| def | FullName (self) |
| def | __init__ (self, start, end, name, namespace) |
| def | FullName (self) |
| def | __init__ (self, start, end, name, namespace) |
| def | FullName (self) |
Public Member Functions inherited from cpp.ast.Node | |
| 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) |
| 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) |
| 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 | |
| type | |
| initial_value | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
| name | |
| namespace | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
| def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| var_type, | |||
| initial_value, | |||
| namespace | |||
| ) |
Definition at line 253 of file ast.py.
Referenced by cpp.ast.VariableDeclaration.__init__().
| def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| var_type, | |||
| initial_value, | |||
| namespace | |||
| ) |
Definition at line 253 of file ast.py.
References cpp.ast.VariableDeclaration.__init__(), cpp.ast.VariableDeclaration.initial_value, message.type, http_parser.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.
| def cpp.ast.VariableDeclaration.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| var_type, | |||
| initial_value, | |||
| namespace | |||
| ) |
Definition at line 253 of file ast.py.
References cpp.ast.VariableDeclaration.__init__(), cpp.ast.VariableDeclaration.initial_value, message.type, http_parser.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.
| def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file ast.py.
References cpp.ast.Node._StringHelper(), and cpp.ast.VariableDeclaration.ToString().
Referenced by cpp.ast.VariableDeclaration.__str__().
| def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file ast.py.
References cpp.ast.VariableDeclaration.__str__(), cpp.ast.Node._StringHelper(), and cpp.ast.VariableDeclaration.ToString().
| def cpp.ast.VariableDeclaration.__str__ | ( | self | ) |
Definition at line 269 of file ast.py.
References cpp.ast.VariableDeclaration.__str__(), cpp.ast.Node._StringHelper(), and cpp.ast.VariableDeclaration.ToString().
| def cpp.ast.VariableDeclaration.Requires | ( | self, | |
| node | |||
| ) |
| def cpp.ast.VariableDeclaration.Requires | ( | self, | |
| node | |||
| ) |
| def cpp.ast.VariableDeclaration.Requires | ( | self, | |
| node | |||
| ) |
| def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file ast.py.
References cpp.ast.VariableDeclaration.initial_value, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, message.type, http_parser.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.
Referenced by cpp.ast.VariableDeclaration.__str__(), and cpp.ast.VariableDeclaration.ToString().
| def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file ast.py.
References cpp.ast.VariableDeclaration.initial_value, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.VariableDeclaration.ToString(), message.type, http_parser.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.
| def cpp.ast.VariableDeclaration.ToString | ( | self | ) |
Return a string that tries to reconstitute the variable decl.
Definition at line 262 of file ast.py.
References cpp.ast.VariableDeclaration.initial_value, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.VariableDeclaration.ToString(), message.type, http_parser.type, cpp.ast.Parameter.type, and cpp.ast.VariableDeclaration.type.
| cpp.ast.VariableDeclaration.initial_value |
Definition at line 256 of file ast.py.
Referenced by cpp.ast.VariableDeclaration.__init__(), and cpp.ast.VariableDeclaration.ToString().
| cpp.ast.VariableDeclaration.type |
Definition at line 255 of file ast.py.
Referenced by cpp.ast.VariableDeclaration.__init__(), and cpp.ast.VariableDeclaration.ToString().