Parser
public interface CommentHandler
Modifier and Type | Method | Description |
---|---|---|
void |
onComment(String comment,
int line,
int column) |
Called if the parser hits a comment
|
void onComment(String comment, int line, int column)
comment
- the commentline
- the line numbercolumn
- the column numberCopyright © 2002–2018. All rights reserved.