Class ContextHelper


  • public class ContextHelper
    extends java.lang.Object
    Author:
    Federico Tomassetti
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<com.github.javaparser.resolution.MethodUsage> solveMethodAsUsage​(com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration typeDeclaration, java.lang.String name, java.util.List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes, com.github.javaparser.resolution.Context invokationContext, java.util.List<com.github.javaparser.resolution.types.ResolvedType> typeParameters)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • solveMethodAsUsage

        public static java.util.Optional<com.github.javaparser.resolution.MethodUsage> solveMethodAsUsage​(com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration typeDeclaration,
                                                                                                          java.lang.String name,
                                                                                                          java.util.List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes,
                                                                                                          com.github.javaparser.resolution.Context invokationContext,
                                                                                                          java.util.List<com.github.javaparser.resolution.types.ResolvedType> typeParameters)