Home
last modified time | relevance | path

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

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