public class DTLocalCalOpsLongForge extends Object implements DTLocalForge
Modifier and Type | Field and Description |
---|---|
protected List<CalendarForge> |
calendarForges |
protected TimeAbacus |
timeAbacus |
protected TimeZone |
timeZone |
Constructor and Description |
---|
DTLocalCalOpsLongForge(List<CalendarForge> calendarForges,
TimeZone timeZone,
TimeAbacus timeAbacus) |
Modifier and Type | Method and Description |
---|---|
CodegenExpression |
codegen(CodegenExpression inner,
Class innerType,
CodegenParamSetExprPremade params,
CodegenContext context) |
DTLocalEvaluator |
getDTEvaluator() |
protected final TimeZone timeZone
protected final TimeAbacus timeAbacus
protected final List<CalendarForge> calendarForges
public DTLocalCalOpsLongForge(List<CalendarForge> calendarForges, TimeZone timeZone, TimeAbacus timeAbacus)
public DTLocalEvaluator getDTEvaluator()
getDTEvaluator
in interface DTLocalForge
public CodegenExpression codegen(CodegenExpression inner, Class innerType, CodegenParamSetExprPremade params, CodegenContext context)
codegen
in interface DTLocalForge