module Synopsis.Parsers.IDL.idlast
class Attribute
Attribute-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
Attribute declaration (Decl) Functions: readonly() -- boolean: true if the attribute is read only. attrType() -- IdlType.Type object for the attribute's type. declarators() -- list of the attribute's declarators. identifiers() -- list of strings containing the attribute identifiers (equivalent to the identifiers inside the declarators).
Attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, readonly, attrType, declarators)
references
source code
  accept(self, visitor)
references
source code
  readonly(self)
references
source code
  attrType(self)
references
source code
  declarators(self)
references
source code
  identifiers(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