Uses of Interface
com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration
-
Packages that use ResolvedParameterDeclaration Package Description com.github.javaparser.ast.body com.github.javaparser.resolution.declarations -
-
Uses of ResolvedParameterDeclaration in com.github.javaparser.ast.body
Methods in com.github.javaparser.ast.body that return ResolvedParameterDeclaration Modifier and Type Method Description ResolvedParameterDeclarationParameter. resolve() -
Uses of ResolvedParameterDeclaration in com.github.javaparser.resolution.declarations
Methods in com.github.javaparser.resolution.declarations that return ResolvedParameterDeclaration Modifier and Type Method Description default ResolvedParameterDeclarationResolvedDeclaration. asParameter()Return this as a ParameterDeclaration or throw an UnsupportedOperationExceptiondefault ResolvedParameterDeclarationResolvedParameterDeclaration. asParameter()default ResolvedParameterDeclarationResolvedMethodLikeDeclaration. getLastParam()Utility method to get the last ParameterDeclaration.ResolvedParameterDeclarationResolvedMethodLikeDeclaration. getParam(int i)Get the ParameterDeclaration at the corresponding position or throw IllegalArgumentException.
-