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

public class TypeofNode extends Node
  • Field Details

    • value

      public final Node value
  • Constructor Details

    • TypeofNode

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