
Public Member Functions | |
| def | __init__ (self, catalog) |
| def | visitAST (self, node) |
| def | visitModule (self, node) |
| def | visitInterface (self, node) |
| def | visitOperation (self, node) |
| def | visitDeclaredType (self, type) |
| def | visitBaseType (self, type) |
| def | visitStringType (self, type) |
| def | visitWStringType (self, type) |
| def | visitParameter (self, node) |
| def | visitSequenceType (self, type) |
| def | visitTypedef (self, node) |
| def | visitStruct (self, node) |
| def | visitDeclarator (self, node) |
Data Fields | |
| catalog | |
| EngineType | |
| currentScope | |
| currentInterface | |
| currentService | |
| currentType | |
| contentType | |
Private Attributes | |
| __result_declarator | |
| def IDLparser.ModuleCatalogVisitor.__init__ | ( | self, | |
| catalog | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitAST | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitBaseType | ( | self, | |
| type | |||
| ) |
References IDLparser.ModuleCatalogVisitor.currentType.
| def IDLparser.ModuleCatalogVisitor.visitDeclarator | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitDeclaredType | ( | self, | |
| type | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitInterface | ( | self, | |
| node | |||
| ) |
References IDLparser.ModuleCatalogVisitor.EngineType.
| def IDLparser.ModuleCatalogVisitor.visitModule | ( | self, | |
| node | |||
| ) |
References IDLparser.ModuleCatalogVisitor.currentScope.
| def IDLparser.ModuleCatalogVisitor.visitOperation | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitParameter | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitSequenceType | ( | self, | |
| type | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitStringType | ( | self, | |
| type | |||
| ) |
References IDLparser.ModuleCatalogVisitor.currentType.
| def IDLparser.ModuleCatalogVisitor.visitStruct | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitTypedef | ( | self, | |
| node | |||
| ) |
| def IDLparser.ModuleCatalogVisitor.visitWStringType | ( | self, | |
| type | |||
| ) |
References IDLparser.ModuleCatalogVisitor.currentType.
|
private |
| IDLparser.ModuleCatalogVisitor.catalog |
| IDLparser.ModuleCatalogVisitor.contentType |
Referenced by IDLparser.ModuleCatalogVisitor.visitTypedef().
| IDLparser.ModuleCatalogVisitor.currentInterface |
| IDLparser.ModuleCatalogVisitor.currentScope |
| IDLparser.ModuleCatalogVisitor.currentService |
Referenced by IDLparser.ModuleCatalogVisitor.visitParameter().
| IDLparser.ModuleCatalogVisitor.currentType |
Referenced by IDLparser.ModuleCatalogVisitor.visitBaseType(), IDLparser.ModuleCatalogVisitor.visitParameter(), IDLparser.ModuleCatalogVisitor.visitStringType(), IDLparser.ModuleCatalogVisitor.visitStruct(), IDLparser.ModuleCatalogVisitor.visitTypedef(), and IDLparser.ModuleCatalogVisitor.visitWStringType().
| IDLparser.ModuleCatalogVisitor.EngineType |
Referenced by IDLparser.ModuleCatalogVisitor.visitInterface().