crossecore / crossecore-generator

Code generator for Java, C#, TypeScript and Swift
Apache License 2.0
12 stars 8 forks source link

SwitchGenerator should override method doSwitch3 #6

Closed schwichti closed 3 years ago

schwichti commented 4 years ago
public doSwitch(classifierID:number, theEObject:EObject):T {}

must be

protected doSwitch3(classifierID:number, theEObject:EObject):T {}