Package | Description |
---|---|
com.espertech.esper.common.client.hook.enummethod |
Enumeration method extension API.
|
com.espertech.esper.common.internal.epl.enummethod.eval.plugin |
Enumeration method implementations for plug-in enumeration methods.
|
Class and Description |
---|
EnumMethodDescriptor
Provides footprint information for enumeration method extension.
|
EnumMethodInitializeContext
Context for use with the date-time method extension API
|
EnumMethodLambdaParameterDescriptor
For use with lambda parameters, the descriptor identifies a specific lambda parameter.
|
EnumMethodLambdaParameterType
Lambda parameter type defines what value "v" assumes in an expression such as
mymethod(v => ...) ,
or what value "a" or "b" assume in an expression such as mymethod( (a,b) => ...) . |
EnumMethodLambdaParameterTypeIndex
A lambda parameter that assumes an index value.
|
EnumMethodLambdaParameterTypeSize
A lambda parameter that assumes the size value.
|
EnumMethodLambdaParameterTypeValue
A lambda parameter that assumes the value itself.
|
EnumMethodMode
Describes to the compiler how it should manage code for the enumeration method.
|
EnumMethodValidateContext
Context for use with the enumeration method extension API
|
Class and Description |
---|
EnumMethodForgeFactory
Enumeration method extension API for adding enum-methods.
|
EnumMethodModeStaticMethod
Provides information about the public static method that implements the logic for the enumeration method.
|
Copyright © 2005–2021. All rights reserved.