FemtoIDE icon indicating copy to clipboard operation
FemtoIDE copied to clipboard

Java: Fully implement enum support

Open felipemanga opened this issue 5 years ago • 1 comments

Enums in Java are more like classes in C++ and can have methods. Preferably should be implemented in a way that doesn't take up RAM, if possible.

felipemanga avatar May 11 '19 15:05 felipemanga

Added support for enum switches.

felipemanga avatar Aug 11 '19 17:08 felipemanga