| 532 | } |
| 533 | |
| 534 | VObjectType SLgetClassType(ClassDefinition* module) { |
| 535 | if (!module) return VObjectType::slNoType; |
| 536 | return module->getType(); |
| 537 | } |
| 538 | |
| 539 | FileContent* SLgetClassFileContent(ClassDefinition* module) { |
| 540 | if (!ModuleHasFirstFileContent(module)) return nullptr; |