module Synopsis.Parsers.IDL.idlast
class Typedef
Typedef-inheritance Scopes/Synopsis/Parsers/IDL/idlast/Decl.html
Typedef (Decl) Functions: aliasType() -- IdlType.Type object that this is an alias to. constrType() -- boolean: true if the alias type was constructed within this typedef declaration. declarators() -- list of Declarator objects.
Attributes Summary:
source code
source code
source code
Methods Summary:
  __init__(self, file, line, mainFile, pragmas, comments, aliasType, constrType, declarators)
references
source code
  accept(self, visitor)
references
source code
  aliasType(self)
references
source code
  constrType(self)
references
source code
  declarators(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