net.esper.client.soda
Class PatternNotExpr
java.lang.Object
net.esper.client.soda.PatternExprBase
net.esper.client.soda.PatternNotExpr
- All Implemented Interfaces:
- Serializable, PatternExpr
public class PatternNotExpr
- extends PatternExprBase
Not-expression for negating a pattern sub-expression for use in pattern expressions.
- See Also:
- Serialized Form
Method Summary |
void |
toEQL(StringWriter writer)
Renders the pattern expression and all it's child expressions, in full tree depth, as a string in
language syntax. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PatternNotExpr
public PatternNotExpr()
- Ctor - for use to create a pattern expression tree, without pattern child expression.
PatternNotExpr
public PatternNotExpr(PatternExpr inner)
- Ctor.
- Parameters:
inner
- is the pattern expression to negate
toEQL
public void toEQL(StringWriter writer)
- Description copied from interface:
PatternExpr
- Renders the pattern expression and all it's child expressions, in full tree depth, as a string in
language syntax.
- Parameters:
writer
- is the output to use