Class CompoundNode

java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.CompoundNode

public class CompoundNode extends Node
  • Field Details

    • statements

      public final Node[] statements
    • end

      public me.topchetoeu.j2s.common.Location end
  • Constructor Details

    • CompoundNode

      public CompoundNode(me.topchetoeu.j2s.common.Location loc, Node... statements)
  • Method Details