Search:

Type: Posts; User: supuflounder

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    901

    Re: Error on switch statement

    No, it is primarily a question of "why does Java give me a compilation error here?" I indicate that I am using Eclipse so that the context is understood.
  2. Replies
    3
    Views
    901

    Error on switch statement

    I have the following code components in my source file. There are all in one class, in the same source file. First, the declaration of my enum type:

    class Lexer {

    protected enum NumStates { ...
Results 1 to 2 of 2