module Synopsis.Parsers.IDL.idltype
class Declared
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.
Declared-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Type.html
-Attributes
source code
source code
-Methods
  __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