java.lang.Object
me.topchetoeu.j2s.compilation.Node
me.topchetoeu.j2s.compilation.values.operations.IndexNode
All Implemented Interfaces:
AssignTarget, AssignTargetLike, ChangeTarget

public class IndexNode extends Node implements ChangeTarget
  • Field Details

    • object

      public final Node object
    • index

      public final Node index
  • Constructor Details

    • IndexNode

      public IndexNode(me.topchetoeu.j2s.common.Location loc, Node object, Node index)
  • Method Details