Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
Parsers
.
IDL
.
idlast
class UnionCase
File:
../Synopsis/Parsers/IDL/idlast.py
One case within a union (Decl) Functions: labels() -- list of CaseLabel objects. caseType() -- IdlType.Type object for the case type. constrType() -- boolean: true if the case type was constructed within the case. declarator() -- Declarator object
Attributes Summary:
__labels
__caseType
__constrType
__declarator
Methods Summary:
__init__
(
self
,
file
,
line
,
mainFile
,
pragmas
,
comments
,
labels
,
caseType
,
constrType
,
declarator
)
accept
(
self
,
visitor
)
labels
(
self
)
caseType
(
self
)
constrType
(
self
)
declarator
(
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:04 2009 by
synopsis
(version devel)