Example #1
0
 public override Func <IExtractContext, string[]> Apply(DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Apply(3, decodeContext));
 }
Example #2
0
 public override ExpressionEmitter Prepare(DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Prepare(1, decodeContext));
 }
Example #3
0
 public override Func <IExtractContext, string[]> Apply(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Apply(operand, decodeContext));
 }
Example #4
0
 public override ExpressionEmitter Prepare(
     VariableInformation operand, DecodeContext decodeContext)
 {
     return(StlocConverterUtilities.Prepare(operand, decodeContext));
 }