Class DeleteNode

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

public class DeleteNode extends Node
  • Field Details

    • key

      public final Node key
    • value

      public final Node value
  • Constructor Details

    • DeleteNode

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