module Synopsis.ASG
class TypeId
TypeId-inheritance Scopes/Synopsis/ASG/NamedTypeId.html Scopes/Synopsis/Processors/Comments/Translator/Translator.html Scopes/Synopsis/Formatters/HTML/Fragments/DetailCommenter/DetailCommenter.html Scopes/Synopsis/ASG/ModifierTypeId.html Scopes/Synopsis/Parsers/Python/Python/Parser.html Scopes/Synopsis/ASG/FunctionTypeId.html Scopes/Synopsis/Formatters/Texinfo/MenuMaker.html Scopes/Synopsis/Formatters/HTML/Fragments/SourceLinker/SourceLinker.html Scopes/Synopsis/ASG/ArrayTypeId.html Scopes/Synopsis/ASG/ParametrizedTypeId.html Scopes/Synopsis/Formatters/HTML/Views/XRef/XRef.html Scopes/Synopsis/Formatters/HTML/Fragment/Fragment.html Scopes/Synopsis/Formatters/List/Formatter.html
Type-id abstract class.
Private Methods Summary:
  __cmp__(self, other)
references
source code
Attributes Summary:
source code
Methods Summary:
  __init__(self, language)
references
source code
  accept(self, visitor)
references
source code
visitor pattern accept.
Private Methods Details:
  __cmp__(self, other)
references
source code
Comparison operator
Methods Details:
  accept(self, visitor)
references
source code
visitor pattern accept. @see Visitor