Uses of Interface
org.jboss.forge.roaster.model.source.JavaDocSource
Packages that use JavaDocSource
-
Uses of JavaDocSource in org.jboss.forge.roaster.model.source
Methods in org.jboss.forge.roaster.model.source that return JavaDocSourceModifier and TypeMethodDescriptionJavaDocSource.addTagValue(String tagName, String tagValue) Add a tag value for thisJavaDocSourceJavaDocSource.addTagValue(JavaDocTag tag) Add a tag value given an existingJavaDocTagJavaDocCapableSource.getJavaDoc()JavaDocSource.removeAllTags()Remove all tagsJavaDocSource.removeTag(JavaDocTag tag) Removes the givenJavaDocTagJavaDocSource.removeTags(String tagName) Removes the given tagName from thisJavaDocJavaDocSource.setFullText(String text) Sets the wholeJavaDoctext, including tagsSets the text for thisJavaDoc(without any tags)