Interface FunctionArg

All Superinterfaces:
Expression
All Known Implementing Classes:
FieldReferenceDTO, FuncExpressionDTO, LiteralDTO, UnparsedExpressionDTO

public interface FunctionArg extends Expression
An argument of a function.
  • Field Details

    • EMPTY_ARGS

      static final FunctionArg[] EMPTY_ARGS
      Constant for an empty array of function arguments.
  • Method Details