public class PlugInAggregationMultiFunctionStateForgeCodegenApplyContext
extends java.lang.Object
Constructor and Description |
---|
PlugInAggregationMultiFunctionStateForgeCodegenApplyContext(ExprPlugInAggMultiFunctionNodeFactory parent,
int column,
CodegenMethodNode method,
ExprForgeCodegenSymbol symbols,
CodegenClassScope classScope,
CodegenNamedMethods namedMethods) |
Modifier and Type | Method and Description |
---|---|
CodegenClassScope |
getClassScope() |
int |
getColumn() |
CodegenMethodNode |
getMethod() |
CodegenNamedMethods |
getNamedMethods() |
ExprPlugInAggMultiFunctionNodeFactory |
getParent() |
ExprForgeCodegenSymbol |
getSymbols() |
public PlugInAggregationMultiFunctionStateForgeCodegenApplyContext(ExprPlugInAggMultiFunctionNodeFactory parent, int column, CodegenMethodNode method, ExprForgeCodegenSymbol symbols, CodegenClassScope classScope, CodegenNamedMethods namedMethods)
public ExprPlugInAggMultiFunctionNodeFactory getParent()
public int getColumn()
public CodegenMethodNode getMethod()
public ExprForgeCodegenSymbol getSymbols()
public CodegenClassScope getClassScope()
public CodegenNamedMethods getNamedMethods()