- All Superinterfaces:
- BlockTagTree,- DocTree
public interface ParamTree extends BlockTagTree
A tree node for an @param block tag.
 
@param parameter-name description
- Since:
- 1.8
- 
Nested Class Summary
- 
Method SummaryModifier and Type Method Description List<? extends DocTree>getDescription()Returns the description of the parameter.IdentifierTreegetName()Returns the name of the parameter.booleanisTypeParameter()Returns true if this is documenting a type parameter.
- 
Method Details- 
isTypeParameterboolean isTypeParameter()Returns true if this is documenting a type parameter.- Returns:
- true if this is documenting a type parameter
 
- 
getNameIdentifierTree getName()Returns the name of the parameter.- Returns:
- the name of the parameter
 
- 
getDescriptionReturns the description of the parameter.- Returns:
- the description
 
 
-