Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Parsers
.
IDL
.
idlast
class Typedef
File:
../Synopsis/Parsers/IDL/idlast.py
Typedef (Decl) Functions: aliasType() -- IdlType.Type object that this is an alias to. constrType() -- boolean: true if the alias type was constructed within this typedef declaration. declarators() -- list of Declarator objects.
-
Attributes
__aliasType
__constrType
__declarators
-
Methods
__init__
(
self
,
file
,
line
,
mainFile
,
pragmas
,
comments
,
aliasType
,
constrType
,
declarators
)
accept
(
self
,
visitor
)
aliasType
(
self
)
constrType
(
self
)
declarators
(
self
)
Attributes Inherited from Decl
__file
,
__line
,
__mainFile
,
__builtIn
,
__pragmas
,
__comments
Methods Inherited from Decl
file
,
line
,
mainFile
,
builtIn
,
pragmas
,
comments
,
fullDecl
Generated on Tue Jul 20 09:07:04 2010 by
synopsis
(version devel)