module Synopsis.Parsers.IDL.idltype
class Sequence
Sequence-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Type.html
Class for sequence types (Type) Functions: seqType() -- Type this is a sequence of. bound() -- bound of bounded sequence. 0 for unbounded.
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, seqType, bound, local)
references
source code
  accept(self, visitor)
references
source code
  seqType(self)
references
source code
  bound(self)
references
source code
Attributes Inherited from Type
__kind, __local
Methods Inherited from Type
kind, local, unalias