コード例 #1
0
 public virtual Instruction TransformComment(CodeComment codeComment)
 {
     return(codeComment);
 }
コード例 #2
0
ファイル: InstructionVisitor.cs プロジェクト: smx-smx/reko
 public virtual void VisitComment(CodeComment comment)
 {
 }
コード例 #3
0
 public override void VisitComment(CodeComment comment)
 {
     isCritical = true;
 }
コード例 #4
0
 public bool VisitComment(CodeComment comment)
 {
     return(true);
 }
コード例 #5
0
 public void VisitComment(CodeComment comment)
 {
     d.VisitComment(comment);
 }
コード例 #6
0
 internal Instruction VisitComment(CodeComment codeComment)
 {
     throw new NotImplementedException();
 }