module Synopsis.Parsers.IDL.idlast
class Forward
Forward-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html Scopes/Synopsis/Parsers/IDL/idlast/DeclRepoId.html
Forward-declared interface (Decl, DeclRepoId) Functions: abstract() -- boolean: true if the interface is declared abstract. local() -- boolean: true if the interface is declared local. fullDecl() -- Interface object corresponding to full interface declaration or None if there is no full declaration.
Attributes Summary:
source code
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, identifier, scopedName, repoId, abstract, local)
references
source code
  accept(self, visitor)
references
source code
  abstract(self)
references
source code
  local(self)
references
source code
  fullDecl(self)
references
source code
Attributes Inherited from Decl
__file, __line, __mainFile, __builtIn, __pragmas, __comments
Methods Inherited from Decl
file, line, mainFile, builtIn, pragmas, comments
Attributes Inherited from DeclRepoId
__identifier, __scopedName, __repoId
Methods Inherited from DeclRepoId
identifier, scopedName, repoId