public static GatorOpenExpression Create( AphidExpressionContext context_aphidExpressionContext, int value_i, int value_i1 ) { GatorOpenExpression gatorOpenExpression = new GatorOpenExpression(context_aphidExpressionContext); ((AphidExpression)gatorOpenExpression).Index = value_i; ((AphidExpression)gatorOpenExpression).Length = value_i1; return(gatorOpenExpression); // TODO: Edit factory method of GatorOpenExpression // This method should be able to configure the object in all possible ways. // Add as many parameters as needed, // and assign their values to each field by using the API. }
[DebuggerStepThrough] protected virtual void EmitGatorOpenExpression(GatorOpenExpression expression, bool isStatement = false) { throw new NotImplementedException(); }
protected override void EmitGatorOpenExpression(GatorOpenExpression expression, bool isStatement = false) => Append("<?php\r\n");