java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.operations.LazyAndNode

public class LazyAndNode extends Node
  • Field Details

    • first

      public final Node first
    • second

      public final Node second
  • Constructor Details

    • LazyAndNode

      public LazyAndNode(me.topchetoeu.j2s.common.Location loc, Node first, Node second)
  • Method Details