Searched refs:commentCharPosition (Results 1 – 4 of 4) sorted by relevance
30 public void handleComment(String line, int commentCharPosition) {
36 public void handleComment(String line, int commentCharPosition) { in handleComment() argument
130 int commentCharPosition = line.indexOf('#'); in main() local131 if (commentCharPosition >= 0) { in main()132 line = line.substring(0, commentCharPosition); in main()
143 public void handleComment(String line, int commentCharPosition) { in handleComment() argument