public class SelectEvalInsertNoWildcardObjectArrayRemap extends Object implements SelectExprProcessorForge
Modifier and Type | Field and Description |
---|---|
protected SelectExprForgeContext |
context |
protected int[] |
remapped |
protected EventType |
resultEventType |
Constructor and Description |
---|
SelectEvalInsertNoWildcardObjectArrayRemap(SelectExprForgeContext context,
EventType resultEventType,
int[] remapped) |
Modifier and Type | Method and Description |
---|---|
EventType |
getResultEventType()
Returns the event type that represents the select-clause items.
|
CodegenMethod |
processCodegen(CodegenExpression resultEventTypeExpr,
CodegenExpression eventBeanFactory,
CodegenMethodScope codegenMethodScope,
SelectExprProcessorCodegenSymbol selectSymbol,
ExprForgeCodegenSymbol exprSymbol,
CodegenClassScope codegenClassScope) |
protected final SelectExprForgeContext context
protected final EventType resultEventType
protected final int[] remapped
public SelectEvalInsertNoWildcardObjectArrayRemap(SelectExprForgeContext context, EventType resultEventType, int[] remapped)
public EventType getResultEventType()
SelectExprProcessorForge
getResultEventType
in interface SelectExprProcessorForge
public CodegenMethod processCodegen(CodegenExpression resultEventTypeExpr, CodegenExpression eventBeanFactory, CodegenMethodScope codegenMethodScope, SelectExprProcessorCodegenSymbol selectSymbol, ExprForgeCodegenSymbol exprSymbol, CodegenClassScope codegenClassScope)
processCodegen
in interface SelectExprProcessorForge
Copyright © 2005–2018. All rights reserved.