module Synopsis.Parsers.IDL.omni
class TypeTranslator
maps idltype objects to ASG.TypeId objects in a ASG.Dictionary
TypeTranslator-inheritance
-Attributes
source code
source code
source code
-Methods
  __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