commentBegin() public method

public commentBegin ( String s ) : void
s String
return void
Ejemplo n.º 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 */
 }