module Synopsis.Parsers.IDL.idlast
class Member
Member-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
Member of a struct or exception (Decl) Functions: memberType() -- IdlType.Type object for the type of this member. constrType() -- boolean: true if the member type was constructed within the member declaration. declarators() -- list of Declarator objects.
Attributes Summary:
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, memberType, constrType, declarators)
references
source code
  accept(self, visitor)
references
source code
  memberType(self)
references
source code
  constrType(self)
references
source code
  declarators(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