Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
Packages that use ResolvedParameterDeclaration
-
Uses of ResolvedParameterDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedParameterDeclaration -
Uses of ResolvedParameterDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedParameterDeclarationModifier and TypeMethodDescriptiondefault ResolvedParameterDeclaration
ResolvedDeclaration.asParameter()
Return this as a ParameterDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedParameterDeclaration
ResolvedParameterDeclaration.asParameter()
default ResolvedParameterDeclaration
ResolvedMethodLikeDeclaration.getLastParam()
Utility method to get the last ParameterDeclaration.ResolvedMethodLikeDeclaration.getParam(int i)
Get the ParameterDeclaration at the corresponding position or throw IllegalArgumentException.