module Synopsis.Parsers.IDL.idltype
class Declared
Declared-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Type.html
Class for declared types (Type) Functions: decl() -- Decl object which corresponds to this type. scopedName() -- Fully scoped name of the type as a list of strings. name() -- Simple name of the type.
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, decl, scopedName, kind, local)
references
source code
  accept(self, visitor)
references
source code
  decl(self)
references
source code
  scopedName(self)
references
source code
  name(self)
references
source code
Attributes Inherited from Type
__kind, __local
Methods Inherited from Type
kind, local, unalias