public interface CommentHandler
| Modifier and Type | Method and 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–2025. All rights reserved.