dsldevkit / dsl-devkit

Developer kit for implementing Domain Specific Languages with Xtext. Format, Check, Export and Scope languages of DSL Developer Kit standardize DSL implementations.
https://ddk.tools.avaloq.com
Eclipse Public License 1.0
42 stars 28 forks source link

feat: use instanceof pattern matching #969

Closed hasu closed 1 month ago

hasu commented 1 month ago

That is, use JEP 394: Pattern Matching for instanceof (Java 16) syntax in generating check method dispatch code.