Class InterpolatedLookupNode

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