Class CrontabParameterSetExpression

java.lang.Object
com.espertech.esper.common.client.soda.ExpressionBase
com.espertech.esper.common.client.soda.CrontabParameterSetExpression
All Implemented Interfaces:
Expression, Serializable

public class CrontabParameterSetExpression extends ExpressionBase
An expression for use in crontab provides all child expression as part of a parameter list.
See Also:
  • Constructor Details

    • CrontabParameterSetExpression

      public CrontabParameterSetExpression()
      Ctor.
  • Method Details

    • getPrecedence

      public ExpressionPrecedenceEnum getPrecedence()
      Description copied from interface: Expression
      Returns precedence.
      Returns:
      precedence
    • toPrecedenceFreeEPL

      public void toPrecedenceFreeEPL(StringWriter writer)
      Description copied from class: ExpressionBase
      Renders the expressions and all it's child expression, in full tree depth, as a string in language syntax.
      Specified by:
      toPrecedenceFreeEPL in class ExpressionBase
      Parameters:
      writer - is the output to use