コード例 #1
0
 public override bool Visit(
     UnifiedConstType element, VisitorArgument arg)
 {
     Writer.Write("final ");
     element.Type.TryAccept(this, arg);
     return false;
 }
コード例 #2
0
 public override bool Visit(
     UnifiedConstType element, VisitorArgument arg)
 {
     Writer.Write("final ");
     element.Type.TryAccept(this, arg);
     return(false);
 }