0

How can I get the data type of a switch statement with the Java parser? Currently with getSelector() I can only get it as a Name expression which does not have the type.

Zotov
  • 265
  • 1
  • 8
  • 20

1 Answers1

0

I personally don't know, but you could look at this and see if it helps. Oracle Switch Statement