module Synopsis.Parsers.IDL.idltype
class Type
Type-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Declared.html Scopes/Synopsis/Formatters/HTML/Markup/RST/RST.html Scopes/Synopsis/Formatters/HTML/Fragments/InheritanceFormatter/InheritanceFormatter.html Scopes/Synopsis/Formatters/HTML/Views/Scope/Scope.html Scopes/Synopsis/Parsers/IDL/idltype/String.html Scopes/Synopsis/Parsers/IDL/idltype/Fixed.html Scopes/Synopsis/Formatters/HTML/Parts/Heading/Heading.html Scopes/Synopsis/Parsers/IDL/idltype/WString.html Scopes/Synopsis/Parsers/IDL/idltype/Base.html Scopes/Synopsis/Parsers/IDL/idltype/Sequence.html
Type abstract class. Function: kind() -- TypeCode kind of type. unalias() -- Return an equivalent Type object with aliases stripped accept(visitor) -- visitor pattern accept. See idlvisitor.py.
Attributes Summary:
source code
source code
Methods Summary:
  __init__(self, kind, local)
references
source code
  kind(self)
references
source code
  local(self)
references
source code
  unalias(self)
references
source code
  accept(self, visitor)
references
source code