Class InterpolatedLookupNode

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class InterpolatedLookupNode
    extends UnaryFunctionNode
    This function is an instruction to retrieve the value of a named attribute.
    Author:
    arnej27959
    See Also:
    Serialized Form
    • Field Detail

      • classId

        public static final int classId
    • Constructor Detail

      • InterpolatedLookupNode

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

        public InterpolatedLookupNode​(java.lang.String attribute,
                                      ExpressionNode arg)
        Constructs an instance of this class with given attribute name and lookup argument.
        Parameters:
        attribute - The attribute to retrieve.
        arg - Expression evaluating to the lookup argument.