Example #1
0
 public override void WriteAttributes(SourceCodeBuilder sb)
 {
     sb.Append(sb.Prefix);
     base.WriteAttributes(sb);
     sb.AppendLine();
 }
        public override bool VisitEvalCall([NotNull] sphereScript99Parser.EvalCallContext context)
        {
            builder.Append(context.EVAL_FUNCTIONS().GetText());

            return(true);
        }