Package | Description |
---|---|
com.espertech.esper.codegen.core |
Code-Generation Core
|
com.espertech.esper.codegen.model.method |
Modifier and Type | Method and Description |
---|---|
List<CodegenParamSet> |
CodegenMethodFootprint.getParams() |
Constructor and Description |
---|
CodegenMethodFootprint(Class returnType,
String methodName,
List<CodegenParamSet> params,
String optionalComment) |
Modifier and Type | Class and Description |
---|---|
class |
CodegenParamSetEnumMethodNonPremade |
class |
CodegenParamSetEnumMethodPremade |
class |
CodegenParamSetExprPremade |
class |
CodegenParamSetIntervalNonPremade |
class |
CodegenParamSetIntervalPremade |
class |
CodegenParamSetMulti |
class |
CodegenParamSetSingle |
Modifier and Type | Method and Description |
---|---|
CodegenLocalMethodBuilder |
CodegenLocalMethodBuilder.add(CodegenParamSet set) |
CodegenLocalCallBuilder |
CodegenLocalCallBuilder.passAll(CodegenParamSet params) |