module Synopsis.Parsers.IDL.omni
class TypeTranslator
TypeTranslator-inheritance
maps idltype objects to ASG.TypeId objects in a ASG.Dictionary
Attributes Summary:
source code
source code
source code
Methods Summary:
  __init__(self, types)
references
source code
  internalize(self, idltype)
references
source code
  has_key(self, name)
references
source code
  add(self, name, type)
references
source code
  get(self, name)
references
source code
  visitBaseType(self, idltype)
references
source code
  visitStringType(self, idltype)
references
source code
  visitWStringType(self, idltype)
references
source code
  visitSequenceType(self, idltype)
references
source code
  visitDeclaredType(self, idltype)
references
source code