Class ThrowNode

java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.control.ThrowNode

public class ThrowNode extends Node
  • Field Details

    • value

      public final Node value
  • Constructor Details

    • ThrowNode

      public ThrowNode(me.topchetoeu.j2s.common.Location loc, Node value)
  • Method Details