public abstract static class ExprCastNode.StringToDateLongWStaticFormat extends java.lang.Object implements ExprCastNode.CasterParserComputerForge, ExprCastNode.CasterParserComputer
Modifier and Type | Field and Description |
---|---|
protected java.text.DateFormat |
dateFormat |
protected java.lang.String |
dateFormatString |
protected java.lang.ThreadLocal<java.text.DateFormat> |
formats |
Modifier | Constructor and Description |
---|---|
protected |
StringToDateLongWStaticFormat(java.lang.String dateFormatString,
java.text.DateFormat dateFormat) |
Modifier and Type | Method and Description |
---|---|
protected CodegenExpression |
codegenAddFormat(CodegenClassScope codegenClassScope) |
protected CodegenExpression |
codegenAddFormatString(CodegenClassScope codegenClassScope) |
ExprCastNode.CasterParserComputer |
getEvaluatorComputer() |
boolean |
isConstantForConstInput() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
codegenPremade
compute
protected final java.lang.String dateFormatString
protected final java.text.DateFormat dateFormat
protected final java.lang.ThreadLocal<java.text.DateFormat> formats
protected StringToDateLongWStaticFormat(java.lang.String dateFormatString, java.text.DateFormat dateFormat)
public ExprCastNode.CasterParserComputer getEvaluatorComputer()
getEvaluatorComputer
in interface ExprCastNode.CasterParserComputerForge
public boolean isConstantForConstInput()
isConstantForConstInput
in interface ExprCastNode.CasterParserComputerForge
protected CodegenExpression codegenAddFormat(CodegenClassScope codegenClassScope)
protected CodegenExpression codegenAddFormatString(CodegenClassScope codegenClassScope)