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