proxygen
|
Public Member Functions | |
def | __init__ (self, start, end, name, alias, namespace) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | __str__ (self) |
def | __init__ (self, start, end, name, alias, namespace) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
def | __str__ (self) |
def | __init__ (self, start, end, name, alias, namespace) |
def | IsDefinition (self) |
def | IsExportable (self) |
def | Requires (self, node) |
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 | |
alias | |
Public Attributes inherited from cpp.ast._GenericDeclaration | |
name | |
namespace | |
Public Attributes inherited from cpp.ast.Node | |
start | |
end | |
def cpp.ast.Typedef.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
alias, | |||
namespace | |||
) |
Definition at line 274 of file ast.py.
Referenced by cpp.ast.Typedef.__init__().
def cpp.ast.Typedef.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
alias, | |||
namespace | |||
) |
Definition at line 274 of file ast.py.
References cpp.ast.Typedef.__init__(), and cpp.ast.Typedef.alias.
def cpp.ast.Typedef.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
alias, | |||
namespace | |||
) |
Definition at line 274 of file ast.py.
References cpp.ast.Typedef.__init__(), and cpp.ast.Typedef.alias.
def cpp.ast.Typedef.__str__ | ( | self | ) |
Definition at line 292 of file ast.py.
References cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Typedef.alias, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, and url_test.name.
Referenced by cpp.ast.Typedef.__str__().
def cpp.ast.Typedef.__str__ | ( | self | ) |
Definition at line 292 of file ast.py.
References cpp.ast.Typedef.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Typedef.alias, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, and url_test.name.
def cpp.ast.Typedef.__str__ | ( | self | ) |
Definition at line 292 of file ast.py.
References cpp.ast.Typedef.__str__(), cpp.ast._GenericDeclaration._TypeStringHelper(), cpp.ast.Typedef.alias, message.name, cpp.ast.Define.name, cpp.ast.Parameter.name, cpp.ast._GenericDeclaration.name, name, and url_test.name.
def cpp.ast.Typedef.IsDefinition | ( | self | ) |
def cpp.ast.Typedef.IsDefinition | ( | self | ) |
def cpp.ast.Typedef.IsDefinition | ( | self | ) |
def cpp.ast.Typedef.IsExportable | ( | self | ) |
def cpp.ast.Typedef.IsExportable | ( | self | ) |
def cpp.ast.Typedef.IsExportable | ( | self | ) |
def cpp.ast.Typedef.Requires | ( | self, | |
node | |||
) |
Definition at line 284 of file ast.py.
References cpp.ast.Typedef.alias, and cpp.ast.Typedef.Requires().
def cpp.ast.Typedef.Requires | ( | self, | |
node | |||
) |
Definition at line 284 of file ast.py.
References cpp.ast.Typedef.alias.
Referenced by cpp.ast.Typedef.Requires().
def cpp.ast.Typedef.Requires | ( | self, | |
node | |||
) |
Definition at line 284 of file ast.py.
References cpp.ast.Typedef.alias, and cpp.ast.Typedef.Requires().
cpp.ast.Typedef.alias |
Definition at line 276 of file ast.py.
Referenced by cpp.ast.Typedef.__init__(), cpp.ast.Typedef.__str__(), and cpp.ast.Typedef.Requires().