Class ArrayAtLookupNode

All Implemented Interfaces:
Serializable, Cloneable

public class ArrayAtLookupNode extends UnaryFunctionNode
This function is an instruction to retrieve an index a named array attribute.
Author:
arnej27959
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • ArrayAtLookupNode

      public ArrayAtLookupNode()
      Constructs an empty result node. NOTE: This instance is broken until non-optional member data is set.
    • ArrayAtLookupNode

      public ArrayAtLookupNode(String attribute, ExpressionNode arg)
      Constructs an instance of this class with given attribute name and index argument.
      Parameters:
      attribute - The attribute to retrieve.
      arg - Expression evaluating to the index argument.
  • Method Details