Package | Description |
---|---|
com.espertech.esper.epl.expression.core |
Core expression classes.
|
com.espertech.esper.type |
Internal primitive, enum and other type representations
|
Modifier and Type | Method and Description |
---|---|
static void |
ExprNumberSetList.handleExprNumberSetListAdd(Object value,
List<NumberSetParameter> parameters)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
static void |
ExprNumberSetList.handleExprNumberSetListEmpty(List<NumberSetParameter> parameters)
NOTE: Code-generation-invoked method, method name and parameter order matters
|
Modifier and Type | Class and Description |
---|---|
class |
FrequencyParameter
Encapsulates a parameter specifying a frequency, i.e.
|
class |
IntParameter
Parameter supplying a single int value is a set of numbers.
|
class |
ListParameter
Represents a list of values in a set of numeric parameters.
|
class |
RangeParameter
Represents a range of numbers as a parameter.
|
class |
WildcardParameter
Represents a wildcard as a parameter.
|
Modifier and Type | Method and Description |
---|---|
List<NumberSetParameter> |
ListParameter.getParameters()
Returns list of parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ListParameter.add(NumberSetParameter numberSetParameter)
Add to the list a further parameter.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ListParameter.containsPoint(List<NumberSetParameter> parameters,
int point) |
Constructor and Description |
---|
ListParameter(List<NumberSetParameter> parameters)
Ctor.
|