[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

This class represents the state of a "within" operator in the evaluation state tree. The within operator applies to a subexpression and is thus expected to only have one child node.

Namespace: net.esper.pattern
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class EvalGuardStateNode _
	Inherits EvalStateNode _
	Implements Evaluator, Quitable
C#
public sealed class EvalGuardStateNode : EvalStateNode, Evaluator, Quitable
Visual C++
public ref class EvalGuardStateNode sealed : public EvalStateNode, Evaluator, Quitable

Inheritance Hierarchy

System.Object
  net.esper.pattern.EvalStateNode
    net.esper.pattern.EvalGuardStateNode