Class JavassistMethodLikeDeclarationAdapter


  • public class JavassistMethodLikeDeclarationAdapter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JavassistMethodLikeDeclarationAdapter​(javassist.CtBehavior ctBehavior, com.github.javaparser.resolution.TypeSolver typeSolver, com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration declaration)  
    • Constructor Detail

      • JavassistMethodLikeDeclarationAdapter

        public JavassistMethodLikeDeclarationAdapter​(javassist.CtBehavior ctBehavior,
                                                     com.github.javaparser.resolution.TypeSolver typeSolver,
                                                     com.github.javaparser.resolution.declarations.ResolvedMethodLikeDeclaration declaration)
    • Method Detail

      • getNumberOfParams

        public int getNumberOfParams()
      • getParam

        public com.github.javaparser.resolution.declarations.ResolvedParameterDeclaration getParam​(int i)
      • getTypeParameters

        public java.util.List<com.github.javaparser.resolution.declarations.ResolvedTypeParameterDeclaration> getTypeParameters()
      • getNumberOfSpecifiedExceptions

        public int getNumberOfSpecifiedExceptions()
      • getSpecifiedException

        public com.github.javaparser.resolution.types.ResolvedType getSpecifiedException​(int index)
      • getReturnType

        public com.github.javaparser.resolution.types.ResolvedType getReturnType()