Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DThrowsTagInfo.java41 setCommentText(m.group(2)); in ThrowsTagInfo()
56 setCommentText(exceptionComment); in ThrowsTagInfo()
DParsedTagInfo.java46 protected void setCommentText(String comment) { in setCommentText() method in ParsedTagInfo
DParamTagInfo.java59 setCommentText(mParameterComment); in ParamTagInfo()
DInfoBuilder.java1264 commentAndPosition.setCommentText(child); in buildEnumConstant()
1790 cAndP.setCommentText((ParseTree) child); in parseCommentAndPosition()
1807 public void setCommentText(ParseTree tree) { in setCommentText() method in InfoBuilder.CommentAndPosition