- All Superinterfaces:
 BlockTagTree,DocTree
A tree node for an 
@param block tag.
 
    @param parameter-name description
 - Since:
 - 1.8
 
- 
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.doctree.DocTree
DocTree.Kind - 
Method Summary
Modifier 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.BlockTagTree
getTagName 
- 
Method Details
- 
isTypeParameter
boolean isTypeParameter()Returnstrueif this is documenting a type parameter.- Returns:
 trueif this is documenting a type parameter
 - 
getName
IdentifierTree getName()Returns the name of the parameter.- Returns:
 - the name of the parameter
 
 - 
getDescription
Returns the description of the parameter.- Returns:
 - the description
 
 
 -