module Synopsis.ASG
class UnknownTypeId
UnknownTypeId-inheritance Scopes/Synopsis/ASG/NamedTypeId.html Scopes/Synopsis/ASG/TypeId.html
Class for not (yet) known type-ids.
Private Methods Summary:
  __cmp__(self, other)
references
source code
Attributes Summary:
source code
Class attributes Summary:
source code
Methods Summary:
  __init__(self, language, name)
references
source code
  resolve(self, language, name, link)
references
source code
Associate this type-id with an external reference, instead of a declaration.
  accept(self, visitor)
references
source code
  __str__(self)
references
source code
Attributes Inherited from NamedTypeId
name
Attributes Inherited from TypeId
language
Private Methods Details:
  __cmp__(self, other)
references
source code
Comparison operator
Methods Details:
  resolve(self, language, name, link)
references
source code
Associate this type-id with an external reference, instead of a declaration.