Click or drag to resize

CountMinSketchAgentForgeCodegenMake Method

Provides the code for the agent.

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
CodegenExpression CodegenMake(
	CodegenMethod parent,
	CodegenClassScope classScope
)

Parameters

parent
Type: CodegenMethod
parent methods
classScope
Type: CodegenClassScope
class scope

Return Value

Type: CodegenExpression
expression
See Also