Class IStreamBuiltinExpression

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

public class IStreamBuiltinExpression extends ExpressionBase
Returns true for insert stream and false for remove stream, same as the "istream()" builtin function.
See Also:
  • Constructor Details

    • IStreamBuiltinExpression

      public IStreamBuiltinExpression()
      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