Class InterpolatedLookupNode

All Implemented Interfaces:
Serializable, Cloneable

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

    • classId

      public static final int classId
  • Constructor Details

    • InterpolatedLookupNode

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

      public InterpolatedLookupNode(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.
  • Method Details