commentEndPreTok() public method

public commentEndPreTok ( String s ) : String
s String
return String
Ejemplo n.º 1
0
 void CommentFillPreTok()
 {
     emit.CommentFill(io.commentEndPreTok(tok.getValue())); /* copy and emit source */
 }