Home
last modified time | relevance | path

Searched refs:cAndP (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DInfoBuilder.java1787 CommentAndPosition cAndP = new CommentAndPosition(); in parseCommentAndPosition() local
1788 cAndP.setCommentText((ParseTree) child); in parseCommentAndPosition()
1789 cAndP.setPosition((ParseTree) child); in parseCommentAndPosition()
1790 return cAndP; in parseCommentAndPosition()