proxygen
|
Public Attributes | |
templated_types | |
name | |
modifiers | |
reference | |
pointer | |
array | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
name | |
namespace | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
Type used for any variable (eg class, primitive, struct, etc).
def cpp.ast.Type.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
templated_types, | |||
modifiers, | |||
reference, | |||
pointer, | |||
array | |||
) |
def cpp.ast.Type.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
templated_types, | |||
modifiers, | |||
reference, | |||
pointer, | |||
array | |||
) |
Args: name: str name of main type templated_types: [Class (Type?)] template type info between <> modifiers: [str] type modifiers (keywords) eg, const, mutable, etc. reference, pointer, array: bools
Definition at line 413 of file ast.py.
References cpp.ast.Type.array, cpp.ast.Function.modifiers, cpp.ast.Type.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Type.pointer, cpp.ast.Type.reference, cpp.ast.Class.templated_types, cpp.ast.Function.templated_types, and cpp.ast.Type.templated_types.
def cpp.ast.Type.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
templated_types, | |||
modifiers, | |||
reference, | |||
pointer, | |||
array | |||
) |
Args: name: str name of main type templated_types: [Class (Type?)] template type info between <> modifiers: [str] type modifiers (keywords) eg, const, mutable, etc. reference, pointer, array: bools
Definition at line 413 of file ast.py.
References cpp.ast.Type.array, cpp.ast.Function.modifiers, cpp.ast.Type.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Type.pointer, cpp.ast.Type.reference, cpp.ast.Class.templated_types, cpp.ast.Function.templated_types, and cpp.ast.Type.templated_types.
def cpp.ast.Type.__str__ | ( | self | ) |
Definition at line 430 of file ast.py.
References cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Type.array, join, cpp.ast.Function.modifiers, cpp.ast.Type.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Type.pointer, cpp.ast.Type.reference, cpp.ast.Class.templated_types, cpp.ast.Function.templated_types, and cpp.ast.Type.templated_types.
Referenced by cpp.ast.Type.__str__().
def cpp.ast.Type.__str__ | ( | self | ) |
Definition at line 430 of file ast.py.
References cpp.ast.Type.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Type.array, join, cpp.ast.Function.modifiers, cpp.ast.Type.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Type.pointer, cpp.ast.Type.reference, cpp.ast.Class.templated_types, cpp.ast.Function.templated_types, and cpp.ast.Type.templated_types.
def cpp.ast.Type.__str__ | ( | self | ) |
Definition at line 430 of file ast.py.
References cpp.ast.Type.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Type.array, join, cpp.ast.Function.modifiers, cpp.ast.Type.modifiers, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, url_test.name, cpp.ast.Type.pointer, cpp.ast.Type.reference, cpp.ast.Class.templated_types, cpp.ast.Function.templated_types, and cpp.ast.Type.templated_types.
def cpp.ast.Type.IsDeclaration | ( | self | ) |
def cpp.ast.Type.IsDeclaration | ( | self | ) |
def cpp.ast.Type.IsDeclaration | ( | self | ) |
def cpp.ast.Type.IsDefinition | ( | self | ) |
def cpp.ast.Type.IsDefinition | ( | self | ) |
def cpp.ast.Type.IsDefinition | ( | self | ) |
def cpp.ast.Type.IsExportable | ( | self | ) |
def cpp.ast.Type.IsExportable | ( | self | ) |
def cpp.ast.Type.IsExportable | ( | self | ) |
cpp.ast.Type.array |
Definition at line 428 of file ast.py.
Referenced by cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().
cpp.ast.Type.modifiers |
Definition at line 425 of file ast.py.
Referenced by cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().
cpp.ast.Type.name |
Definition at line 424 of file ast.py.
Referenced by cpp.tokenize.Token.__init__(), and cpp.tokenize.Token.__str__().
cpp.ast.Type.pointer |
Definition at line 427 of file ast.py.
Referenced by cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().
cpp.ast.Type.reference |
Definition at line 426 of file ast.py.
Referenced by cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().
cpp.ast.Type.templated_types |
Definition at line 422 of file ast.py.
Referenced by cpp.ast.Type.__init__(), and cpp.ast.Type.__str__().