Class ArrayNode

java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.ArrayNode

public class ArrayNode extends Node
  • Field Details

    • statements

      public final Node[] statements
  • Constructor Details

    • ArrayNode

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