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

Represents an invocation of a static library method in the expression tree.

Namespace: net.esper.eql.expression
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Class ExprStaticMethodNode _
	Inherits ExprNode
C#
public class ExprStaticMethodNode : ExprNode
Visual C++
public ref class ExprStaticMethodNode : public ExprNode

Inheritance Hierarchy

System.Object
  net.esper.eql.expression.ExprNode
    net.esper.eql.expression.ExprStaticMethodNode