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 ResolvedParameterDeclarationResolvedDeclaration.asParameter()Return this as a ParameterDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedParameterDeclarationResolvedParameterDeclaration.asParameter()default ResolvedParameterDeclarationResolvedMethodLikeDeclaration.getLastParam()Utility method to get the last ParameterDeclaration.ResolvedMethodLikeDeclaration.getParam(int i)Get the ParameterDeclaration at the corresponding position or throw IllegalArgumentException.