Searched refs:commentCharPosition (Results 1 – 5 of 5) sorted by relevance
30 public void handleComment(String line, int commentCharPosition) {
38 public void handleComment(String line, int commentCharPosition) { in handleComment() argument
565 public void handleComment(String line, int commentCharPosition) { in handleComment() argument566 lastComment = line.substring(commentCharPosition+1).trim(); in handleComment()
130 int commentCharPosition = line.indexOf('#'); in main() local131 if (commentCharPosition >= 0) { in main()132 line = line.substring(0, commentCharPosition); in main()
180 public void handleComment(String line, int commentCharPosition) { in handleComment() argument