Searched refs:commentList (Results 1 – 2 of 2) sorted by relevance
37 List<String> commentList = new ArrayList<>(); field in Node57 commentList.add(((CommentNode)node).text()); in parentAndExtractComments()100 for (String st : commentList) { in comment()107 if (commentList.size() > 0) { in genJavaComment()110 for (String comment : commentList) { in genJavaComment()
103 jobject commentList = env->NewObject(arrayListClass, arrayListConstructor); in DECODER_FUNC() local114 env->CallBooleanMethod(commentList, arrayListAddMethod, commentString); in DECODER_FUNC()161 commentList, pictureFrames); in DECODER_FUNC()