commentEndPreTok() public method

public commentEndPreTok ( String s ) : String
s String
return String
コード例 #1
0
 void CommentFillPreTok()
 {
     emit.CommentFill(io.commentEndPreTok(tok.getValue())); /* copy and emit source */
 }