コード例 #1
0
 public override ITextArea VisitText([NotNull] TextContext context)
 {
     return(new TextArea(context.GetText(), new Scope {
         LineStart = context.Start.Line, LineEnd = context.Stop.Line
     }));
 }