public class ContextHelper extends Object
| Modifier and Type | Method and 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,
                  Context invokationContext,
                  List<com.github.javaparser.resolution.types.ResolvedType> typeParameters) | 
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, Context invokationContext, List<com.github.javaparser.resolution.types.ResolvedType> typeParameters)
Copyright © 2007–2019. All rights reserved.