Class SwitchNode.SwitchCase

java.lang.Object
me.topchetoeu.j2s.compilation.control.SwitchNode.SwitchCase
Enclosing class:
SwitchNode

public static class SwitchNode.SwitchCase extends Object
  • Field Details

    • value

      public final Node value
    • statementI

      public final int statementI
  • Constructor Details

    • SwitchCase

      public SwitchCase(Node value, int statementI)