commentGetCurrentLine() 공개 메소드

public commentGetCurrentLine ( ) : int
리턴 int
예제 #1
0
 public void CommentHolder()
 {
     NextInsn(0);
     icur.setIType(IAsm.I_COMMENT);
     LastComment = icur; /* save away this insn loc to store comment */
     icur.setCommentLine(io.commentGetCurrentLine());
 }