commentEndPreTok() 공개 메소드

public commentEndPreTok ( String s ) : String
s String
리턴 String
예제 #1
0
 void CommentFillPreTok()
 {
     emit.CommentFill(io.commentEndPreTok(tok.getValue())); /* copy and emit source */
 }