Class ArrayAtLookupNode

    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • 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.