module Synopsis.ASG
class TypeId
Type-id abstract class.
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/Processors/Comments/Previous/Previous.html Scopes/Synopsis/ASG/ArrayTypeId.html Scopes/Synopsis/ASG/ParametrizedTypeId.html Scopes/Synopsis/Formatters/HTML/Views/XRef/XRef.html Scopes/Synopsis/Parsers/IDL/IDL/Parser.html Scopes/Synopsis/Formatters/List/Formatter.html
-Private Methods
  __cmp__(self, other)
references
source code
Comparison operator
-Attributes
source code
-Methods
  __init__(self, language)
references
source code
  accept(self, visitor)
references
source code

-

visitor pattern accept. @see Visitor