java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.constants.NumberNode

public class NumberNode extends Node
  • Field Details

    • value

      public final double value
  • Constructor Details

    • NumberNode

      public NumberNode(me.topchetoeu.j2s.common.Location loc, double value)
  • Method Details