Class ContextHelper

java.lang.Object
com.github.javaparser.symbolsolver.javaparsermodel.contexts.ContextHelper

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

    Modifier and Type
    Method
    Description
    static Optional<com.github.javaparser.resolution.MethodUsage>
    solveMethodAsUsage(com.github.javaparser.resolution.declarations.ResolvedTypeDeclaration typeDeclaration, String name, List<com.github.javaparser.resolution.types.ResolvedType> argumentsTypes, com.github.javaparser.resolution.Context invokationContext, List<com.github.javaparser.resolution.types.ResolvedType> typeParameters)
     

    Methods inherited from class Object

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

    • solveMethodAsUsage

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