Package | Description |
---|---|
com.espertech.esper.codegen.core |
Code-Generation Core
|
com.espertech.esper.codegen.model.method |
Modifier and Type | Method and Description |
---|---|
static List<CodegenNamedParam> |
CodegenNamedParam.from(Class typeOne,
String nameOne,
Class typeTwo,
String nameTwo,
Class typeThree,
String nameThree,
Class typeFour,
String nameFour) |
Modifier and Type | Method and Description |
---|---|
static void |
CodegenNamedParam.render(StringBuilder builder,
List<CodegenNamedParam> params,
Map<Class,String> imports,
CodegenIndent indent) |
static void |
CodegenNamedParam.render(StringBuilder builder,
Map<Class,String> imports,
List<CodegenNamedParam> params) |
Modifier and Type | Field and Description |
---|---|
protected static CodegenNamedParam |
CodegenParamSetExprPremade.FP_EPS |
protected static CodegenNamedParam |
CodegenParamSetExprPremade.FP_EXPREVALCONTEXT |
protected static CodegenNamedParam |
CodegenParamSetExprPremade.FP_ISNEWDATA |
Modifier and Type | Method and Description |
---|---|
CodegenNamedParam |
CodegenParamSetExprPremade.receiveEPS() |
CodegenNamedParam |
CodegenParamSetExprPremade.receiveEvalCtx() |
Modifier and Type | Method and Description |
---|---|
CodegenLocalMethodBuilder |
CodegenLocalMethodBuilder.add(CodegenNamedParam param) |
Constructor and Description |
---|
CodegenParamSetSingle(CodegenNamedParam param) |
Constructor and Description |
---|
CodegenParamSetMulti(List<CodegenNamedParam> params) |