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 Summary:
__aliasType
__constrType
__declarators
Methods Summary:
__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 Thu Apr 16 16:27:03 2009 by
synopsis
(version devel)