public class ContextHelper extends Object
Constructor and Description |
---|
ContextHelper() |
Modifier and Type | Method and Description |
---|---|
static Context |
getContext(TypeDeclaration typeDeclaration) |
static Optional<MethodUsage> |
solveMethodAsUsage(TypeDeclaration typeDeclaration,
String name,
List<Type> argumentsTypes,
TypeSolver typeSolver,
Context invokationContext,
List<Type> typeParameters) |
public static Context getContext(TypeDeclaration typeDeclaration)
public static Optional<MethodUsage> solveMethodAsUsage(TypeDeclaration typeDeclaration, String name, List<Type> argumentsTypes, TypeSolver typeSolver, Context invokationContext, List<Type> typeParameters)
Copyright © 2016. All rights reserved.