|
proxygen
|
Public Attributes | |
| in_class | |
Public Attributes inherited from cpp.ast.Function | |
| return_type | |
| parameters | |
| modifiers | |
| body | |
| templated_types | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
| name | |
| namespace | |
Public Attributes inherited from cpp.ast.Node | |
| start | |
| end | |
| def cpp.ast.Method.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| in_class, | |||
| return_type, | |||
| parameters, | |||
| modifiers, | |||
| templated_types, | |||
| body, | |||
| namespace | |||
| ) |
Definition at line 401 of file ast.py.
Referenced by cpp.ast.Method.__init__().
| def cpp.ast.Method.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| in_class, | |||
| return_type, | |||
| parameters, | |||
| modifiers, | |||
| templated_types, | |||
| body, | |||
| namespace | |||
| ) |
Definition at line 401 of file ast.py.
References cpp.ast.Method.__init__(), and cpp.ast.Method.in_class.
| def cpp.ast.Method.__init__ | ( | self, | |
| start, | |||
| end, | |||
| name, | |||
| in_class, | |||
| return_type, | |||
| parameters, | |||
| modifiers, | |||
| templated_types, | |||
| body, | |||
| namespace | |||
| ) |
Definition at line 401 of file ast.py.
References cpp.ast.Method.__init__(), and cpp.ast.Method.in_class.
| cpp.ast.Method.in_class |
Definition at line 406 of file ast.py.
Referenced by cpp.ast.Method.__init__(), cpp.ast.AstBuilder.__init__(), cpp.ast.AstBuilder._GenerateOne(), cpp.ast.AstBuilder._GetMethod(), cpp.ast.AstBuilder.handle_explicit(), cpp.ast.AstBuilder.handle_private(), cpp.ast.AstBuilder.handle_protected(), and cpp.ast.AstBuilder.handle_public().