public class JavassistMethodLikeDeclarationAdapter extends Object
Constructor and Description |
---|
JavassistMethodLikeDeclarationAdapter(javassist.CtBehavior ctBehavior,
TypeSolver typeSolver,
ResolvedMethodLikeDeclaration declaration) |
Modifier and Type | Method and Description |
---|---|
int |
getNumberOfParams() |
int |
getNumberOfSpecifiedExceptions() |
ResolvedParameterDeclaration |
getParam(int i) |
ResolvedType |
getReturnType() |
ResolvedType |
getSpecifiedException(int index) |
List<ResolvedTypeParameterDeclaration> |
getTypeParameters() |
public JavassistMethodLikeDeclarationAdapter(javassist.CtBehavior ctBehavior, TypeSolver typeSolver, ResolvedMethodLikeDeclaration declaration)
public int getNumberOfParams()
public ResolvedParameterDeclaration getParam(int i)
public List<ResolvedTypeParameterDeclaration> getTypeParameters()
public int getNumberOfSpecifiedExceptions()
public ResolvedType getSpecifiedException(int index)
public ResolvedType getReturnType()
Copyright © 2007–2024. All rights reserved.