Wizard
Software Engineering Project - Wizard
|
Public Member Functions | |
__init__ (self, start, end, name, namespace) | |
FullName (self) | |
![]() | |
IsDeclaration (self) | |
IsDefinition (self) | |
IsExportable (self) | |
Requires (self, node) | |
XXX__str__ (self) | |
__repr__ (self) | |
Public Attributes | |
name = name | |
namespace = namespace[:] | |
list | namespace = [n or '<anonymous>' for n in self.namespace] |
![]() | |
start = start | |
end = end | |
Protected Member Functions | |
_TypeStringHelper (self, suffix) | |
![]() | |
_StringHelper (self, name, suffix) | |
cpp.ast._GenericDeclaration.__init__ | ( | self, | |
start, | |||
end, | |||
name, | |||
namespace ) |
Reimplemented from cpp.ast.Node.
Reimplemented in cpp.ast.Type.