commentBegin() 공개 메소드

public commentBegin ( String s ) : void
s String
리턴 void
예제 #1
0
 void CommentToken()
 {
     io.commentBegin(tok.getValue());                    /* mark the begin of source comment */
     emit.CommentHolder();
     emit.CommentFill(io.commentEndTok(tok.getValue())); /* copy and emit comment */
 }