module Synopsis.Parsers.IDL.idltype
class Type
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.
Type-inheritance Scopes/Synopsis/Parsers/IDL/idltype/Declared.html Scopes/Synopsis/Formatters/HTML/Markup/RST/RST.html Scopes/Synopsis/Formatters/HTML/Fragments/SourceLinker/SourceLinker.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/Formatters/HTML/Fragments/SummaryCommenter/SummaryCommenter.html Scopes/Synopsis/Parsers/IDL/idltype/WString.html Scopes/Synopsis/Parsers/IDL/idltype/Base.html Scopes/Synopsis/Processors/ScopeStripper/ScopeStripper.html Scopes/Synopsis/Formatters/HTML/Views/FileDetails/FileDetails.html Scopes/Synopsis/ASG/TypeId.html Scopes/Synopsis/Formatters/HTML/DirectoryLayout/DirectoryLayout.html Scopes/Synopsis/Parsers/IDL/idltype/Sequence.html
-Attributes
source code
source code
-Methods
  __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