module Synopsis.Parsers.IDL.idlast
class StateMember
StateMember-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
State member of a valuetype (Decl) Functions: memberAccess() -- integer: 0 == public, 1 == private. memberType() -- IdlType.Type object for member type. constrType() -- boolean: true if member type is declared within the StateMember. declarators() -- list of Declarator objects.
Attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, memberAccess, memberType, constrType, declarators)
references
source code
  accept(self, visitor)
references
source code
  memberAccess(self)
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