Home
last modified time | relevance | path

Searched defs:getBlockComments (Results 1 – 4 of 4) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DCommentsCollection.java51 public Set<BlockComment> getBlockComments() { in getBlockComments() method in CommentsCollection
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
DCommentsCollection.java53 public Set<BlockComment> getBlockComments() { in getBlockComments() method in CommentsCollection
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java39 public List<BlockComment> getBlockComments(){ in getBlockComments() method in CommentsCollection
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/nodes/
DNode.java202 public List<CommentLine> getBlockComments() { in getBlockComments() method in Node