Interface ParamTree
- All Superinterfaces:
- BlockTagTree,- DocTree
A tree node for an 
@param block tag.
 
    @param parameter-name description
 - Since:
- 1.8
- 
Nested Class SummaryNested classes/interfaces declared in interface com.sun.source.doctree.DocTreeDocTree.Kind
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the parameter.getName()Returns the name of the parameter.booleanReturnstrueif this is documenting a type parameter.Methods declared in interface com.sun.source.doctree.BlockTagTreegetTagName
- 
Method Details- 
isTypeParameterboolean isTypeParameter()Returnstrueif this is documenting a type parameter.- Returns:
- trueif this is documenting a type parameter
 
- 
getName
- 
getDescription
 
-