module Synopsis.Parsers.IDL.idlast
class DeclRepoId
DeclRepoId-inheritance Scopes/Synopsis/Parsers/IDL/idlast/ValueAbs.html Scopes/Synopsis/Formatters/HTML/Parts/Summary/Summary.html Scopes/Synopsis/Parsers/IDL/idlast/UnionForward.html Scopes/Synopsis/Parsers/IDL/idlast/Declarator.html Scopes/Synopsis/Parsers/IDL/idlast/Value.html Scopes/Synopsis/Formatters/DocBook/Markup/RST/DocBookTranslator.html Scopes/Synopsis/ASG/Visitor.html Scopes/Synopsis/DeclarationSorter/DeclarationSorter.html Scopes/Synopsis/Formatters/HTML/Views/InheritanceTree/InheritanceTree.html Scopes/Synopsis/Parsers/IDL/omni/ASGTranslator.html Scopes/Synopsis/Parsers/IDL/idlast/Union.html Scopes/Synopsis/Parsers/IDL/idlast/Interface.html Scopes/Synopsis/Processors/AccessRestrictor/AccessRestrictor.html Scopes/Synopsis/Formatters/ClassTree/ClassTree.html Scopes/Synopsis/Formatters/HTML/Views/FileListing/FileListing.html Scopes/Synopsis/Parsers/IDL/omni/TypeTranslator.html Scopes/Synopsis/Parsers/IDL/idlast/Const.html Scopes/Synopsis/Formatters/HTML/Fragments/DeclarationFormatter/DeclarationFormatter.html Scopes/Synopsis/Formatters/HTML/Fragments/ClassHierarchyGraph/ClassHierarchyGraph.html Scopes/Synopsis/Processors/TemplateLinker/TemplateLinker.html Scopes/Synopsis/Parsers/IDL/idlast/ValueBox.html Scopes/Synopsis/Formatters/Dump/Formatter.html Scopes/Synopsis/Processors/Comments/Previous/Previous.html Scopes/Synopsis/Parsers/IDL/idlast/Forward.html Scopes/Synopsis/Formatters/HTML/View/Format.html Scopes/Synopsis/Parsers/IDL/idlast/StructForward.html Scopes/Synopsis/Parsers/IDL/idlast/ValueForward.html Scopes/Synopsis/Formatters/HTML/Parts/Detail/Detail.html Scopes/Synopsis/Processors/Comments/Grouper/Grouper.html Scopes/Synopsis/Parsers/IDL/idlast/Enumerator.html Scopes/Synopsis/Formatters/HTML/Markup/Markup/Formatter.html Scopes/Synopsis/Formatters/HTML/Fragments/XRefLinker/XRefLinker.html Scopes/Synopsis/Parsers/IDL/idlast/Struct.html Scopes/Synopsis/Formatters/HTML/Fragments/Default/Default.html Scopes/Synopsis/Formatters/HTML/Views/FileDetails/FileDetails.html Scopes/Synopsis/Formatters/HTML/Fragments/HeadingFormatter/HeadingFormatter.html Scopes/Synopsis/Parsers/IDL/idlast/Operation.html Scopes/Synopsis/Parsers/IDL/idlast/Native.html Scopes/Synopsis/Formatters/HTML/Views/Directory/Directory.html Scopes/Synopsis/Parsers/IDL/idlast/Exception.html Scopes/Synopsis/Parsers/IDL/idlast/Enum.html Scopes/Synopsis/Parsers/IDL/idlast/Module.html Scopes/Synopsis/Formatters/Texinfo/Formatter.html Scopes/Synopsis/Formatters/DocBook/Markup/Markup/Formatter.html Scopes/Synopsis/Formatters/DocBook/Markup/RST/Writer.html Scopes/Synopsis/Formatters/DocBook/Markup/Javadoc/Javadoc.html Scopes/Synopsis/Formatters/HTML/Views/FileIndex/FileIndex.html
Mixin class for Decls which have a Repository Id Functions: identifier() -- name of the declaration as a string scopedName() -- list of strings forming the fully-scoped name of the declaration. e.g. ::foo::bar::baz is represented as ['foo', 'bar', 'baz']. repoId() -- repository identifier for this declaration.
Attributes Summary:
source code
source code
source code
Methods Summary:
  __init__(self, identifier, scopedName, repoId)
references
source code
  identifier(self)
references
source code
  scopedName(self)
references
source code
  repoId(self)
references
source code