コード例 #1
0
 public CSharpWriterVisitor(CSharpContext ctx)
     : base(ctx)
 {
     this.writer = ctx.Writer;
 }
コード例 #2
0
 public CSharpWriterDfaSet(CSharpContext ctx)
     : base(ctx)
 {
     this.writer = ctx.Writer;
 }
コード例 #3
0
 public CSharpWriterTools(CSharpContext ctx)
 {
     Ctx = ctx;
 }