module Synopsis.Parsers.IDL.idlast
class CaseLabel
CaseLabel-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
Case label within a union (Decl) Functions: default() -- boolean: true if this is the default label. value() -- label value. Either an integer or an Enumerator object. If default() is true, returns a value used by none of the other union labels. labelKind() -- TypeCode kind of label.
Attributes Summary:
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, default, value, labelKind)
references
source code
  accept(self, visitor)
references
source code
  default(self)
references
source code
  value(self)
references
source code
  labelKind(self)
references
source code
Attributes Inherited from Decl
__file, __line, __mainFile, __builtIn, __pragmas, __comments
Methods Inherited from Decl
file, line, mainFile, builtIn, pragmas, comments, fullDecl