Class InterpolatedDocumentFieldLookupNode

All Implemented Interfaces:
Serializable, Cloneable

public class InterpolatedDocumentFieldLookupNode extends InterpolatedLookupNode
See Also:
  • Field Details

    • classId

      public static final int classId
  • Constructor Details

    • InterpolatedDocumentFieldLookupNode

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

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