public override ExpressionEmitter Prepare( IFieldInformation field, DecodeContext decodeContext) { return(StfldConverterUtilities.Prepare(field, decodeContext)); }
public override Func <IExtractContext, string[]> Apply( IFieldInformation field, DecodeContext decodeContext) { return(StfldConverterUtilities.Apply(field, decodeContext)); }