Version: 9.15.0
IDLparser.py File Reference

Data Structures

class  IDLparser.Tree
 
class  IDLparser.parameter
 
class  IDLparser.dataStreamParameter
 
class  IDLparser.Service
 
class  IDLparser.Interface
 
class  IDLparser.Component
 
class  IDLparser.Catalog
 
class  IDLparser.Member
 
class  IDLparser.Type
 
class  IDLparser.SeqType
 
class  IDLparser.StructType
 
class  IDLparser.ObjType
 
class  IDLparser.ModuleCatalogVisitor
 

Namespaces

 IDLparser
 

Functions

def IDLparser.getParamValue (param_name, default_value, args)
 
def IDLparser.error (message)
 
def IDLparser.parseComment (comment)
 
def IDLparser.run (tree, args)
 

Variables

dictionary IDLparser.common_data
 
int IDLparser.nb_components = 0
 
dictionary IDLparser.ttsMap
 
string IDLparser.CatalogFileName_old = CatalogFileName + '_old'
 C.Dump() More...
 
string IDLparser.CatalogFileName_new = CatalogFileName + '_new'
 
 IDLparser.f = open(CatalogFileName_new, 'w')