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

Represents the case-when-then-else control flow function is an expression tree.

The following tables list the members exposed by the ExprCaseNode type.

Public Methods

  NameDescription
Accept
Accept the visitor. The visitor will first visit the parent then visit all child nodes, then their child nodes. The visitor can decide to skip child nodes by returning false in isVisit.
(Inherited from ExprNode.)
AddChildNode
Adds a child node.
(Inherited from ExprNode.)
DumpDebug
Recursively print out all nodes.
(Inherited from ExprNode.)
Equals (Inherited from Object.)
EqualsNode
Returns true if the nodes are equal.
(Overrides .EqualsNode(ExprNode).)
Evaluate
Evaluate event tuple and return result.
(Overrides .Evaluate(EventBean[]()).)
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
GetValidatedSubtree
Validates the expression node subtree that has this node as root. Some of the nodes of the tree, including the root, might be replaced in the process.
(Inherited from ExprNode.)
ToString (Inherited from Object.)
Validate
Validates the specified stream type service_.
(Overrides .Validate(StreamTypeService, AutoImportService).)

Protected Methods

  NameDescription
Finalize (Inherited from Object.)
MemberwiseClone (Inherited from Object.)